Versions Compared

Key

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

Function: DateOnly

DateOnly takes a date/time value and strips the date from it.

The time component of the date after applying this function to a date will be 00:00:00.

Syntax

Code Block
languagenone
DateOnly(dateTime)

Example

Code Block
languagenone
EntityType = Incident AND LastUpdatedAt < DateOnly(Now())

See Also