Returns a Date Data Type based on a day, month, and year.

Date := DMY2DATE(Day [, Month] [, Year])

Parameters

Day

Type: integer

The number of the day in the month (1-31)

Month

Type: integer

The number of the month in the year (1-12). If you omit this optional parameter, the current month will be used as the default.

Year

Type: integer

The four-digit number of the year. If you omit this optional parameter, the current year is used as the default.

Expand imageProperty Value/Return Value

Expand imageExample

Expand imageSee Also