Table of Contents

, , ,

DATE_ADD

Description:

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