strToDate of Date, Methods Webix Docs
creates a new date parsing method
function strToDate(string format, [boolean utc] );
format
| function | a formatting function |
Example
var myparse = webix.Date.strToDate("%m - %d");
var date = myparse("04 - 22");
Related samples
See also
Join Our Forum
We've retired comments here. Visit our forum for faster technical support, connect with other developers, and share your feedback there.