Table of Contents

, , ,

MONTH_ADD

Description

Returns the date resulting from adding/subtracting the specified number of months to the specified date

Parameters

An expression producing date and an expression producing a number to be added or subtracted (if the number is negative) to the date

Example

 IF MONTH_ADD (Account.OpeningDate, 4) = 07/04/2004 THEN ...