Date(Numeric year, Numeric month, Numeric day)

Creates a date from a given year, month, and day.

Parameters

year
The numeric value of the year.
month
The numeric value of the month.
day
The numeric value of the day.

Returns

Date

Examples