Returns the day of the month value of a DateTime.
int? DAY(DateTime? value)
DAY(TODAY())
Will return the day value of today's date e.g. '28' or '2'.