Day
Syntax
Day(date_value)
Description
Returns the day portion of the date value provided as a parameter.
Parameters
| Parameter | Description |
|---|---|
|
date_value |
A date value, such as the value returned by the Date() function. |
Returns
Returns the day portion of the date value provided as a parameter.
Example
The following table presents examples of using the Day function; the second example assumes that the current day of the month is 13:
| Expression | Result |
|---|---|
|
Day(February 13, 2012) |
13 |
|
Day(Date()) |
13 |