DAY()
Return the numeric day of the month.
- Syntax
- DAY(<cDate>) --> nMonth
- Arguments
- <cDate> Any valid date expression.
- Returns
- <nMonth> Numeric value of the day of month.
- Description
- This function returns the numeric value of the day of month from a date.
- Examples
- ? Day(DATE())
- ? Day(DATE()+6325)
- Status
Ready
- Compliance
- This function is Ca-Clipper compliant
- Platforms
- All
- Files
- Library is rtl
- See Also