isDate¶
webix.
isDate
(obj)¶webix.isDate helper.
Please look into the linked official documentation.
Referenced by¶
- helpers
copy()
.- mixins
CodeParser()
.
External references¶
Code¶
1 2 3 4 5 6 7 | webix.isDate = function(obj){
return obj instanceof Date;
};
//dom helpers
//hash of attached events
|