Hi. I need to limit the times available in timepicker to only 3 options:
9:00, 12:00, 15:00.
is this possible and how?
thank you very much.
Hi. You can use blockTime
function inside the calendar object:
http://webix.com/snippet/33d15c49
http://docs.webix.com/desktop__datepicker.html#disablingdateandtimeslots
Also, the excess minutes can be removed via minuteStep:60
thank you for your answer Listopad.
I was not completely clear. I want to offer a datepicker with {timepicker: true}, and then limit the options in the timepicker widget. so as you show in your snippet. but how can i access this modified timepicker from the datepicker?
Please, check the updated snippet: http://webix.com/snippet/1e499116
Thank you so much. that’s exactly what I was looking for.