Bootstrap datepicker

后端 未结 2 1250
生来不讨喜
生来不讨喜 2021-02-08 08:07

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?

2条回答
  •  不思量自难忘°
    2021-02-08 08:57

    You have to call the datepicker via javascript $('#datepicker').datepicker();​.

    To hightlight the date selected, just include datepicker.css

    Code Example / Result

    • Updated bootstrap.css

提交回复
热议问题