Returns the day of the month from the given date.
date
date: The date for which the day is to be determined.
Returns an integer representing the day of the month.
int getDay( DateTime date, ) { return date.day; }