|
Previous Top Next |
Prototype: | (ANY pDate, ANY pTime, <STRING pTimeZone>),STRING |
pDate | The date to include |
pTime | The time to include |
pTimeZone | Optionally specify time zone identifier. It can be either "Z" for UTC (Greenwich) or +/-HH:MM for time ahead/behind UTC (Greenwich) |
Returns | String containing formatted XML date/time |
This method takes a date and a time and returns a XML datetime string formatted as "YYYY-MM-DDTHH:MM:SS"
Example:
ITC ITCoreClass
CODE
MESSAGE('XML date: ' & ITC.GetXMLDateTime(TODAY(),CLOCK()))
See also: