Versions Compared

Key

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

Function: Today

Syntax

Code Block
languagenone
Today()

Description

Today returns the todays date with no time component (i.e. the very start of today)

Examples

All scripts that were updated today:

Code Block
languagenone
Faceted GreaterThanOrEqual(LastUpdatedAt, Today()) { COUNT } WHERE EntityType = Script

See Also