DAYS

Returns the number of days between two dates.

Parameter List

Syntax
DAYS(end_datestart_date)
end_date

The end of the date range. For example 2022-02-19.

start_date

The start of the date range. For example: 2020-02-19.

Examples

DAYS("2022-09-02", "2020-09-02") returns 730