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