Day()
Return the day of the month as a numeric value.
Syntax
Day(<dDate>) --> nDay
Arguments
<dDate> --> is a date value to convert.
Returns
Day() returns a number in the range of zero to 31 as a number. If the date argument is February 29 and the year is not a leap year, Day() returns zero. If the date argument is empty, Day() returns zero.
Description
Day() is a date conversion function used to convert a date value to the day of a month. This function is used in combination with CMonth() and Year() to format dates. In addition, it is often used in various date calculations.
____________________________
Related Topics: