Reputation: 107
I want a datepicker that makes dates previous from current date unselectable. I am new to js and would like a to know how to do it. I did not know what to google exactly and didn't find the right answer. Pls help!
Upvotes: 1
Views: 43
Reputation: 5948
There are several JS datepicker solutions out there and most of them have pretty straightforward solutions to do what you want. E.g. JQuery UI Datepicker and Bootstrap Datepicker.
Here you can see an example of doing this with JQuery UI Datepicker.
Upvotes: 2