mdehoog / Semantic-UI-Calendar

Calendar module for Semantic UI
MIT License
805 stars 127 forks source link

minDate maxDate behaviour #75

Open huseyinkozan opened 7 years ago

huseyinkozan commented 7 years ago

Hi, It will be very usefull if behaviour supports minDate and maxDate.

KennyZJ commented 7 years ago

Now you can do like this: $(selector).calendar('setting',{maxDate:somedate}); $(selector).calendar('refresh');