ISOToDate
Mon 01 January 2018Syntax
ISOToDate(textdatetime)
Description
Use the ISOToDate function to convert the text value textdatetime in ISO 8601 format to a String value in the base time zone. This function automatically calculates whether daylight saving time is in effect for the base time zone.
The systemâs base time zone is specified in the PSOPTIONS table.
Parameters
Field or Control |
Definition |
---|---|
textdatetime |
Specify a date/time represented as text in the ISO 8601 format: YYYY - MM - DD T hh : mm : ss [ . S ] TZD (for example, 1999-01-01T19:20:30.000000+0800) In which:
|
Returns
Returns a String value in the base time zone.