converts a Date object to a string in the parsing format with respect to the time value
date | object | a date object with a time value |
string | a time string in the default format |
var time = webix.i18n.parseTimeFormatStr(new Date());
The default parseTimeFormat is %H:%i.
Back to top