date
comparison function for dates
object date;
Example
if(webix.filters.date.greater(date1, date2)){
/*some code*/
}
Details
Set of rules for date type:
- "greater"
- "less"
- "greater or equal"
- "less or equal"
- "equal"
- "not equal"
- "between"
- "not between"
Back to top
Join Our Forum
We've retired comments here. Visit our forum for faster technical support,
connect with other developers, and share your feedback there.