operators.dateObject
The texts of the filter operators displayed for columns bound to date fields.
Omitting an operator will exclude it from the DropDownList with the available operators.
operators.date.eqString
(default: "Is equal to")
The text of the "equal" filter operator.
operators.date.neqString
(default: "Is not equal to")
The text of the "not equal" filter operator.
operators.date.isnullString
(default: "Is null")
The text of the "isnull" filter operator.
operators.date.isnotnullString
(default: "Is not null")
The text of the "isnotnull" filter operator.
operators.date.gteString
(default: "Is after or equal to")
The text of the "greater than or equal" filter operator.
operators.date.gtString
(default: "Is after")
The text of the "greater than" filter operator.
operators.date.lteString
(default: "Is before or equal to")
The text of the "less than or equal" filter operator.
operators.date.ltString
(default: "Is before")
The text of the "less than" filter operator.
In this article