Function: Today
Syntax
| Code Block | ||
|---|---|---|
| ||
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 | ||
|---|---|---|
| ||
Faceted GreaterThanOrEqual(LastUpdatedAt, Today()) { COUNT } WHERE EntityType = Script
|