MAKEDATE

Create a date/time value from a given year, month, and day

MAKEDATE(year, month ,day)

Returns the date corresponding to the specified year, month, and day.

Arguments

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

Output

Date/time value(s)

Example

Last updated