MAKEDATE
Create a date/time value from a given year, month, and day
Last updated
Create a date/time value from a given year, month, and day
Last updated
MAKEDATE(year
, month
,day
)
Returns the date corresponding to the specified year
, month
, and day
.
Argument | Description |
| Integer corresponding to year of desired date |
| Integer corresponding to month of the desired date |
| Integer corresponding to day of desired date |
Date/time value(s)