I\'m trying to get bootstrap datepicker to highlight the date selected on the dropdown date picker. It\'s not currently doing this.. What am I missing?
You have to call the datepicker via javascript $('#datepicker').datepicker();.
$('#datepicker').datepicker();
To hightlight the date selected, just include datepicker.css
Code Example / Result
bootstrap.css