Versions Compared

Key

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

Function: Now

Syntax

Code Block
languagenone
Now()

Description

Now returns the current date and time.

Examples

All scripts where the script was created more then 2 weeks before today:

Code Block
languagenone
Faceted LessThan(CreatedAt, DateSubtract(Now(), 2w)) { COUNT } WHERE EntityType = Script

See Also