I was wondering if it is possible to define forbidden combinations of days and hours in the code in order to disable the selection of that times in a timepicker when in the datepicker is selected the day with that forbidden time in a form:
for example: Tuesdays 9:00 as forbidden combination.
The datepicker should allow to pick Tuesday, but when you choose a time in the timepicker, 9:00 will appear shadowed to avoid the selection but allow all the rest of the times for that day.
Is this possible?
I have been trying some code lines but I have no success.
Thanks in advance,
Santi