Basics: Data Types: Relative Date
Relative to current date and time (i.e now).
Operators
Smart Tag supports the following operators for fields and values that are of Relative Date type.
- is equal to
- is not equal to
- is before
- is before or on
- is after
- is after or on
- is within
- is not within
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.