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

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

Open osieman1 opened this issue 5 years ago • 1 comments

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 });

osieman1 avatar Jan 22 '20 10:01 osieman1

I can't get it to work either.

AI913 avatar May 25 '22 08:05 AI913