Day()
Syntax
Result = Day(Date)
Returns the day value of the specified date. The result is always between 1 and 31. Debug Day(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '3'.
Debug Day(Date(2002, 10, 3, 0, 0, 0)) ; Outputs '3'.
Supported OS
Windows, Linux, MacOS X