Versions Compared

Key

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

Function: Today

Today returns the current date on the Enterprise Tester server executing the query (the value does include a time component, so the time is 00:00:00)

Syntax

Code Block
languagenone
Today()

Notes

The Today function returns a date value that does not include a time component, if you want to get a value that contains the current date AND time, then use the Now function instead.

Example

Code Block
languagenone
EntityType = Incident And DueDate < Today() AND Status != Closed

See Also