{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Date-time literal
This operator generates a date-time value from the given string. The String should represent a date, a time or both.
Usage:
#DateTime#
Returns:
DateTime value
Examples:
#8:00am# //Returns a DateTime value of 8:00:00am. #Jan. 1, 2005# //Returns a DateTime value of January 1, 2005 12:00:00am. #Jan. 1, 2005 8:00am# //Returns a DateTime value of January 1, 2005 8:00:00am.