Versions Compared

Key

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

Function: Yesterday

Syntax

Code Block
languagenone
Yesterday()

Description

Yesterday returns the previous days date with no time component.

Examples

All scripts where the script was created before yesterday:

Code Block
languagenone
Faceted LessThan(CreatedAt, Yesterday()) { COUNT } WHERE EntityType = Script

See Also