Versions Compared

Key

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

Function: DateSubtract

DateSubtract allows you to subtract a timespan from a date/time value, it's most useful when you want to express a query in terms of a date/time relative to current date and time.

Syntax

Code Block
languagenone
DateSubtract(date, timespan)

Example

Code Block
languagenone
CreatedAt >= DateSubtract(Now(), '1 week')

See Also