...
dateAdd(date,dateField,dateValue)
Argument | Parameter Types | Description |
---|---|---|
date | Date | The original date or date-time. For the current date-time use the attribute function now(). |
dateField | See Date-Time Functions | The element of the date-time to be changed, for example the month or seconds. |
dateValue | A whole number to add to the date-time element. To subtract a number, use a negative value. Non-integer values are rounded down and any decimal places will be ignored. |
...