You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Function: Now

Syntax

Now()

Description

Now returns the current date and time.

Examples

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

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

See Also

  • No labels