DATETIME_EQUAL

Description

DATETIME_EQUAL takes two dates with times, from either an information or in ISO8601 format, and checks if they are equal.

Example

e is Entity
DATETIME_EQUAL(e.last_checked, '2019-05-15T09:00:00')

This expression checks whether a company was last checked exactly on 15.5.2019 9:00 and returns true if it was.

Last updated