Currently i am working on a jqm 1.3.1 plus mobiscroll project where the user can make a reservation and pick a date and time via mobiscroll. I figured out how to disable specific days on the shown wheel:
invalid: { daysOfWeek: [0, 6], daysOfMonth: ['12/24', '12/25'] },
Now i am trying to disable specific hours on the mobiscroll timepicker.
In the documentation there is unfortunately no description on how to achieve this and google couldnt help either.
Someone got an idea on how to achieve this?
Thanks so much for your help.