#date

Generates a date value by utilizing integer values to represent the year, month, and day. It will trigger an error if the following conditions are not met: The year must be between 1 and 9999, the mon...

Syntax

#date(year as number, month as number, day as number) as date

About

Generates a date value by utilizing integer values to represent the year, month, and day. It will trigger an error if the following conditions are not met: The year must be between 1 and 9999, the month must be between 1 and 12, and the day must be between 1 and 31.