www.icetips.com  Icetips Utilities Documentation 11/12/2015    

Core Class: GetXMLDateTime

Previous  Top  Next  


Prototype: (ANY pDate, ANY pTime, <STRING pTimeZone>),STRING

 

pDateThe date to include
pTimeThe time to include
pTimeZoneOptionally specify time zone identifier.  It can be either "Z" for UTC (Greenwich) or +/-HH:MM for time ahead/behind UTC (Greenwich)

 

ReturnsString 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:

FormatXML

 



Direct link to this page: http://www.icetips.com/manuals/utilities/getxmldatetime_core.htm