Basics: Data Types: Date

Date and time in ISO 8601 format.


Operators

Smart Tag supports the following operators for fields and values that are of Date type.


is equal to

Returns true if field value is equal to the input value.


is not equal to

Evaluates to true if field value is not equal to to the input value.


is before

Evaluates to true if field value is before to the input value.


is before or on

Evaluates to true if field value is before or on to the input value.


is after

Evaluates to true if field value is after to the input value.


is after or on

Evaluates to true if field value is after or on to the input value.


is within

Evaluates to true if field value is within to the input value.


is not within

Evaluates to true if field value is not within to the input value.