Returns the day, month, or year of a Date Data Type.

Number := DATE2DMY(Date, What)

Parameters

Date

Type: Date

The input date.

What

Type: Integer

Specifies what the function should return. The valid options are 1, 2, and 3.

The value 1 corresponds to Day (1-31).

The value 2 corresponds to Month (1-12).

The value 3 corresponds to Year.

Expand imageProperty Value/Return Value

Expand imageExample

Expand imageSee Also