operators.date Object

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.eq String (default: "Is equal to")

The text of the "equal" filter operator.

operators.date.neq String (default: "Is not equal to")

The text of the "not equal" filter operator.

operators.date.isnull String (default: "Is null")

The text of the "isnull" filter operator.

operators.date.isnotnull String (default: "Is not null")

The text of the "isnotnull" filter operator.

operators.date.gte String (default: "Is after or equal to")

The text of the "greater than or equal" filter operator.

operators.date.gt String (default: "Is after")

The text of the "greater than" filter operator.

operators.date.lte String (default: "Is before or equal to")

The text of the "less than or equal" filter operator.

operators.date.lt String (default: "Is before")

The text of the "less than" filter operator.

In this article