Versions Compared

Key

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

Function: Now

Now returns the current and date and time on the Enterprise Tester server executing the query.

Syntax

Code Block
languagenone
Now()

Notes

The Now function returns a date value that includes a time component.

If you want to get a value that contains only the current date, but no time component, then use the Today function instead.

Example

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

See Also