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
year
Integer corresponding to year of desired date
month
Integer corresponding to month of the desired date
day
Integer corresponding to day of desired date
Date/time value(s)