I have a datepicker on my website but now I want to disable days based on time. I want to achieve 2 things:
- I want to disable today, user should not be able to select today's date.
- Everyday after 2:00pm I want to disable tomorrow also.
Is it possible through jquery?