DateConvert
Method Signature
DateConvert(conversionType=[string], date=[any])Arguments
Argument
Type
Required
Description
Default
Examples
Converting Local to UTC
utc_datetime = dateConvert( "local2Utc", now() );
Converting UTC to Local
Additional Examples
Related
Last updated
Was this helpful?
