DAY function

DAY(Date) DAY(Date)

Date

Number or { Number }

The date, as a sequential serial number.

Returns

Number or { Number }

The day of the given date (1 through 31).

Converts a given date to a number representing the day of the date.

Example

DAY(DATE(2013, 1, 5))DAY(DATE(2013; 1; 5))

Returns 5, the day of the given date, January 5, 2013.