DATE_ADD

Returns the date resulting from adding/subtracting the specified number of days 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 DATE_ADD (Account.OpeningDate), 4) = 07/04/2004 THEN ... 
  • Last modified: 2023/05/08 07:10