This is an old revision of the document!


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: 2022/09/13 18:12