Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 8 Next »

A Skills Builder user can format the date fields which are captured in various human readable formats at context such as today, tomorrow, and so on. 

Following attributes are available to manage the date format:

  • attribute available in the context: <attribute_idenitifier>_iso_tz
  • attribute available in the context: <attribute_idenitifier>_iso_no_tz

Example:

The attribute identifier = date_time

The supported date format is Epoch format (1560576600). The following strings can be used for APIs in the Outbound Mapping section to support:

ISO with time zone: 

        date_time_iso_tz -> ISO 8601 format with timezone (2019-06-15T11:00:00+05:30)

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

Usage in the text response:
"Here is the start date in epoch: @context.date_time and in ISO 8601 format: @context.date_time_iso_tz and iso without timezone format: @context.date_time_iso_no_tz"

Text response replaced with actual values:
Here is the start date in epoch: 1560576600 and in ISO 8601 format: 2019-06-15T11:00:00+05:30 and iso without timezone format: 2019-06-15T11:00:00




  • No labels