EDATE

Returns a date a specified number of months before or after another date.

Parameter List

Syntax
EDATE(start_datemonths)
start_date

The date from which to calculate the result. For example: 2022-02-18.

months

The number of months before or after the given date. For example: 4 or -3.

Examples

EDATE("2022-09-02", 3) returns 2022-12-02