MONTH_ADD

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

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

 IF MONTH_ADD (Account.OpeningDate, 4) = 07/04/2004 THEN ... 
  • Last modified: 2023/05/09 01:11