parseTimeStamp
Converts a character string containing a date formulated based on a simplified version of the ISO 8601 standard into a Date type object.
            parseTimeStamp
      (aString)
         Parameters
aString
The date as a character string in ISO 8601 format.
Return value
A Date type object that matches the date set as a parameter.
Remarks
      The syntax is as follows:
      
      
              date
              time[time-zone]
            
              dateTtime[time-zone]
            YYYY-MM-DDYYYY/MM/DDhh:mm:ss
hh:mm:ss.nnnZ
+hh:mm
-hh:mm
+hh
-hh2005-03-02 00:00:00
2005-03-02
2005-03-02T14:32:26
2005-03-02T14:32:26.0000
2005-03-02T14:32:26.0000000+01:00
2005-03-02T14:32:26+01:00
2005-03-02T14:32:26Z
2005-03-02T14:32:26.0005Z
2005/03/02 14:32:25Features
Available in:
- Content management
- Delivery properties
- Delivery message
- Typology rule
- Import
- JSSP
- SOAP Method
- WebApp
- Workflow
