defines calendar time format (with timepicker enabled)
webix.ui({
view:"calendar",
timepicker:true,
calendatTime:"%H:%i"
});
By default, time is formatted according to the above mentioned scheme. More about date and time formatting methods.
Back to top