Have you included the datepicker css?
On 01/14/2014 07:37 AM, Renier de Bruyn wrote:
> The date picker is not highlighting the selected dates on Bootstrap 3 model:
> modal-datepicker <https://f.cloud.github.com/assets/4373602/1910303/e0e21106-7d13-11e3-9343-8661915e8529.PNG>
>
> This is my code:
>
> |
> $('#myModal').on('shown.bs.modal',function(){
> $("#dp3").datepicker({
> todayBtn :true,
> autoclose :true,
> todayHighlight :true,
> endDate:"current"
> });
> |
>
>
> Why is it not highlighting the date?
>
> --
> You received this message because you are subscribed to the Google Groups "bootstrap-datepicker" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to bootstrap-datepicker+unsub...@googlegroups.com.