Description
Type integer READONLY
day contains the day the request was submitted formatted as an integer in the range: 1–31.
Example
if (command == "dailyadmin") 
{ 
   if (day == 1) 
   { 
      # first day of the month 
      runcommand = "" 
   } 
}