angular-ui / ui-date

jQuery UI Datepicker for AngularJS
http://angular-ui.github.io/ui-date/
MIT License
266 stars 207 forks source link

How to set Minimum Date and Maximum Date in this ui-date Datepicker #161

Closed KalaiselvanMahendran closed 8 years ago

KalaiselvanMahendran commented 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">

alexanderchan commented 8 years ago

The jquery ui date options should be able to be passed directly through:

<input ui-date="{ minDate: -20, maxDate: '+1M +10D' }"/>