Closed KalaiselvanMahendran closed 8 years ago
How can i set minimum date and maximum date in this Datepicker,
<input ui-date="" ng-model="booking_date" class="form-control">
The jquery ui date options should be able to be passed directly through:
<input ui-date="{ minDate: -20, maxDate: '+1M +10D' }"/>
How can i set minimum date and maximum date in this Datepicker,