Archive

NOW

Returns the current date and time in datetime format.

MONTH

Returns the month as a number from 1 (January) to 12 (December).

MINUTE

Returns the minute as a number from 0 to 59, given a date and time value.

HOUR

Returns the hour as a number from 0 (12:00 A.M.) to 23 (11:00 P.M.).

EOMONTH

Returns the date in datetime format of the last day of the month, before or after a specified number of months. Use EOMONTH to calculate maturity dates or due dates that fall on the last day of the month.

EDATE

Returns the date that is the indicated number of months before or after the start date. Use EDATE to calculate maturity dates or due dates that fall on the same day of the month as the date of issue.

DAY

Returns the day of the month, a number from 1 to 31.

DATEVALUE

Converts a date in text format to a date in datetime format.

DATEDIFF

Returns the count of interval boundaries crossed between two dates.

DATE

Returns the specified date in datetime format.