DmitryEfimenko / TwitterBootstrapMvc

Fluent implementation of ASP.NET-MVC HTML helpers for Twitter Bootstrap.
Apache License 2.0
224 stars 79 forks source link

DatePicker Blackout Dates #464

Closed TorreyGarland closed 3 years ago

TorreyGarland commented 3 years ago

How do you prevent certain dates from being selected?

For instance, no date greater than current date.

DmitryEfimenko commented 3 years ago

Hello,

If you're referring to the 3rd party plugin that TwitterBootstrapMVC support, then please take a look at the docs of that plugin. I believe onRender option is what you're after. They have some examples.