bootstrap-hijri-datepicker
bootstrap-hijri-datepicker copied to clipboard
Disable dates
how to disable certain date ranges
For now you can specifiy the option minDate
and maxDate
for example
$("#input").hijriDatePicker({
minDate: "2012-01-25"
maxDate: "2013-02-24"
})
Thanks
How can i disable all Friday and Saturday?
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,
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.
Yup this project is under development and a new release will be out soon with many fixes and more options
Thanks