Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ArgumentTypeDescription
dateDateThe original date/time
dateFieldDate FieldThe part of the date to be added subtracted (e.g. days or seconds)
dateValueDate ValueThe number of (e.g.) days or seconds to be added or subtracted (negative value). This must be a whole number. If it is not a whole number it will be converted to an integer by rounding or truncation and may give unexpected resultsrounded down to a whole number.

Examples

dateAdd(now(),_MONTH, -3)

...