balbarak / bootstrap-hijri-datepicker

Bootstrap Hijri Date picker
MIT License
56 stars 53 forks source link

Disable dates #3

Open nohagazzaz opened 4 years ago

nohagazzaz commented 4 years ago

how to disable certain date ranges

balbarak commented 4 years ago

For now you can specifiy the option minDate and maxDate for example


$("#input").hijriDatePicker({
    minDate: "2012-01-25"
    maxDate: "2013-02-24"
})

Thanks

b4ndar commented 3 years ago

How can i disable all Friday and Saturday?

Shane2021 commented 3 years ago

Dears,

Is this project still active as there was no activity on this for long time.

There is an option in the source file of bootstrap-hijri-datetimepicker.js for disabledDates which takes an array but its not working. Any help would be appreciated,

Regards,

Shane2021 commented 3 years ago

How can i disable all Friday and Saturday?

There is an option daysOfWeekDisabled which takes range like [0,6] but it seems not working currently. @balbarak may advise.

balbarak commented 3 years ago

Yup this project is under development and a new release will be out soon with many fixes and more options

Thanks