Skip to main content

Hi skuid.time.getSFDate() does not work with the new read only date field. Any other methods to convert SKuid date (yyyy-mm-dd) to SDFC date format in user’s profile? Thanks.

I’m pretty sure that the DateTime field is generating a JS date.  You should be able to use  the skuid.time function: getSFDate( jsDate )


Thanks. I used skuid.time.parseSFDate on the field and then use Date.Value of. That seems to work.