Simeon Mark Fernandes
Simeon Mark Fernandes

Reputation: 107

Choosing dates that are selectable in js for a datepicker

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

Answers (1)

lucasnadalutti
lucasnadalutti

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

Related Questions