Skip to main content
Nintex Community Menu Bar
Question

skuid.time.getSFDate - read only Date field

  • July 9, 2024
  • 2 replies
  • 4 views

Forum|alt.badge.img+4

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.

This topic has been closed for replies.

2 replies

Forum|alt.badge.img+17
  • Nintex Employee
  • July 10, 2024

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 )


Forum|alt.badge.img+4

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