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

Compare with Current View Page History

Version 1 Next »

Function: DateOnly

DateOnly takes a date/time value and strips the date from it.

The time component of the date after applying this function to a date will be 00:00:00.

Syntax

DateOnly(dateTime)

Example

EntityType = Incident AND LastUpdated < DateOnly(Now())

See Also

  • No labels