Day

This function determines the day of the month from a specified date.

Syntax

Day(date)

Parameters

date
Any expression that can represent a date. If date contains Null, Null is returned.

Return Values

Returns a whole number from 1 through 31.

Remarks

If date has only time information, Day returns 30.