Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

Function: DateAdd

DateAdd allows you to add a timespan to a date/time value.

It is most useful when you want to express a query in terms of a date/time relative to a date/time in the past such as when using the ProjectStartDate

Syntax

Code Block
languagenone
DateAdd(date, timespan)

Example

Code Block
languagenone
CreatedAt >= DateAdd(ProjectStartDate('Project X'), '2 weeks')

See Also