jonthornton / Datepair.js

A javascript plugin for intelligently selecting date and time ranges, inspired by Google Calendar.
https://www.jonthornton.com/Datepair.js
358 stars 87 forks source link

How to set Min/Max dates #80

Closed rakesh245 closed 7 years ago

rakesh245 commented 8 years ago

Is there a way to set min max dates?

jonthornton commented 7 years ago

Just set the min and max options for whichever datepicker you're using. With Bootstrap Datepicker, that'd be startDate and endDate.