AdjustMonth(Date date, Numeric months)

Returns the date that is a number of months after the given date, with the same day number.

Parameters

date
The starting date.
months
The numeric value specifying the month adjustment.

Returns

Date

Remarks

If the resulting date does not exist in the adjusted month, the last day of that month is returned.

Examples