Day()

Syntax

Result = Day(Date)
Description
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'.

Supported OS

Windows, Linux, MacOS X

<- Date() - Date Index - DayOfWeek() ->