DAY function
Description
DAY(date) returns the day of the month of date. Date can either be a serial date number or a date string.
Example
DAY("08.23.88") returns 23 (date format MM.DD.YY)
Calculator
DAY(date) returns the day of the month of date. Date can either be a serial date number or a date string.
DAY("08.23.88") returns 23 (date format MM.DD.YY)
Calculator