The jQuery UI Datepicker widget allows us to pick a date from the widget. It has various options by using them you can customize it.
With minDate and maxDate options you can specify the date range. It restricts the users to pick a date within the specified range.
The value of minDate and maxDate options values can also be defined dynamically at the runtime.
In this tutorial, I show how you can dynamically set date range in jQuery UI datepicker.



