nazar-pc / PickMeUp

Really simple, powerful, customizable and lightweight standalone datepicker
BSD Zero Clause License
615 stars 191 forks source link

How to disable past dates in pick me up datepicker #144

Closed msankar1991 closed 7 years ago

msankar1991 commented 7 years ago

I've checked with documentation not having any information about disable past dates. May I know how to disable past dates based on current date.

nazar-pc commented 7 years ago

If you need to disable all dates before some time, use min option. If you need custom dates disabling - use render option and return {disabled: true} for those dates that you wish to be disabled.