Day

Description

Returns the day of the month as an integer.

Syntax

Day ( date)

Arguments

date is a Date expression.

Remarks

Day returns an integer value between 1 and 31. If date is null, Day returns null.

Day works with both Date and DateTime expressions.