babakhani / pwt.datepicker

Javascript jalaali calendar capable datepicker widget
http://babakhani.github.io/PersianWebToolkit/datepicker
614 stars 140 forks source link

how to disable holidays on date picker for jalali #353

Closed ashkankiani closed 3 years ago

ashkankiani commented 3 years ago

میخوام تعطیلات رسمی توی دیت پیکر غیر فعال بشه i want to disable holidays in my datepicker

mort3za commented 3 years ago

Please check this example: http://babakhani.github.io/PersianWebToolkit/doc/datepicker/example/#checkdate
You can check if the date is in your holidays list or not, then return true or false in checkDate function.