converts a date object to a string in the parsing format with respect to time
date | string | string in the needed format with time value |
object | date object with the needed time |
var hours = webix.i18n.parseTimeFormatDate("10:00").getHours();
The default parseTimeFormat is %H:%i.
Back to top