DayOfMonth (Reserved Word)
Returns the day of month for the specified calendar date.
DayOfMonth(cDate);
Where cDate is a numeric expression representing the six or seven digit calendar date in the format YYMMDD or YYYMMDD respectively (1999 = 99, 2001 = 101).
Examples
DayOfMonth(980804)
returns a value of 4 for the date August 4, 1998.
DayOfMonth(1011024)
returns a value of 24 for the date October 24, 2001.