bootstrap-hijri-datepicker icon indicating copy to clipboard operation
bootstrap-hijri-datepicker copied to clipboard

Disable dates

Open nohagazzaz opened this issue 5 years ago • 5 comments

how to disable certain date ranges

nohagazzaz avatar Aug 01 '19 12:08 nohagazzaz

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


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

Thanks

balbarak avatar Aug 07 '19 11:08 balbarak

How can i disable all Friday and Saturday?

b4ndar avatar Jan 12 '21 09:01 b4ndar

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 avatar Jan 12 '21 15:01 Shane2021

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.

Shane2021 avatar Jan 12 '21 15:01 Shane2021

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

Thanks

balbarak avatar Jan 12 '21 17:01 balbarak