converts a string in the time format to a Date object
time | string | a time as a string in the time format |
object | a Date object |
var date = webix.i18n.timeFormatDate("16:42");
The default format is defined by the locale in use.
Back to top