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
Date(2012, 8, 20)
returns the date value 8/20/2012.