<kendo:filterMenu-operators-date>
The texts of the filter operators displayed for columns bound to date fields.
Example
<kendo:filterMenu-operators>
<kendo:filterMenu-operators-date></kendo:filterMenu-operators-date>
</kendo:filterMenu-operators>
Configuration Attributes
eq java.lang.String
The text of the "equal" filter operator.
Example
<kendo:filterMenu-operators-date eq="eq">
</kendo:filterMenu-operators-date>
gt java.lang.String
The text of the "greater than" filter operator.
Example
<kendo:filterMenu-operators-date gt="gt">
</kendo:filterMenu-operators-date>
gte java.lang.String
The text of the "greater than or equal" filter operator.
Example
<kendo:filterMenu-operators-date gte="gte">
</kendo:filterMenu-operators-date>
isnotnull java.lang.String
The text of the "isnotnull" filter operator.
Example
<kendo:filterMenu-operators-date isnotnull="isnotnull">
</kendo:filterMenu-operators-date>
isnull java.lang.String
The text of the "isnull" filter operator.
Example
<kendo:filterMenu-operators-date isnull="isnull">
</kendo:filterMenu-operators-date>
lt java.lang.String
The text of the "less than" filter operator.
Example
<kendo:filterMenu-operators-date lt="lt">
</kendo:filterMenu-operators-date>
lte java.lang.String
The text of the "less than or equal" filter operator.
Example
<kendo:filterMenu-operators-date lte="lte">
</kendo:filterMenu-operators-date>
neq java.lang.String
The text of the "not equal" filter operator.
Example
<kendo:filterMenu-operators-date neq="neq">
</kendo:filterMenu-operators-date>