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