Open osieman1 opened 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 });
I can't get it to work either.
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 });