{{getMsg('Help_YouAreHere')}}:
/
{{page.title}}
{{page.title}}
{{$root.getMsg("downLoadHelpAsPdf")}}
{{helpModel.downloadHelpPdfDataStatus}}
Date
Creates a date from the numbers for year, month and date. If the parameter is a number or string, then it creates a date since 12/30/1899. The number '1' is interpreted as a whole day. It can also be used to reduce a datatime value to a date.
Usage:
Date( dateTime ) Date( number or string ) Date( YYYY, MM, DD )
Returns:
Date
Examples:
Date(2002,11,26) -> Returns the date 11/26/2002.
Date(10) // Returns 01/09/1900
Date(25569 + {table.column} / 86400.0 ) -> Returns the date, created from the seconds since 1/1/1970.