date.iso8601StringToDate
| Syntax |
date.iso8601StringToDate (s)
|
| Params |
d is an ISO 8601 formatted string.
|
| Action |
Given the date as an ISO 8601 formatted string, return it as a Frontier date-type.
|
| Returns |
Returns the given date as a Frontier date-type.
|
| Examples |
date.iso8601StringToDate ("2003-02-12T18:25:38-08:00") » "2/12/03; 6:25:38 PM"
|
| Notes |
See the W3C Date and Time Formats specification.
|
| See Also |
date.dateToIso8601String
|