Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

A Skills Builder user can capture a date in various formats including Epoch and translate it in a user-friendly manner. 

Following strings are available to manage the date format, which helps translating dates that were either specified by a user or from a web service. This is useful for displaying a date back to a user or passing a date to another web service in the required format.

  • <attribute_idenitifier>_iso_tz
  • <attribute_idenitifier>_iso_no_tz

...

ISO without time zone:
        date_time_iso_no_tz -> ISO 8601 format with without timezone (2019-06-15T11:00:00)

...