uxsolutions / bootstrap-datepicker

A datepicker for twitter bootstrap (@twbs)
Apache License 2.0
12.66k stars 6.08k forks source link

daysofweekhighlighted appears to not work on bootstrap-datepicker using bootstrap 4 #2529

Open osieman1 opened 4 years ago

osieman1 commented 4 years ago

I can not get daysofweekhighlighted to work using bootstrap 4. All other options I use are working.

The result is no highlighting.

Here is the example code:-

$('#form_date2').datepicker({ "todayBtn": 1, "startDate": "+1d", "format": "dd-mm-yyyy", "clearBtn": true, "todayHighlight": true, "autoclose": false,
"daysOfWeekHighlighted": "0,6", "language": lang });

AI913 commented 2 years ago

I can't get it to work either.