Bootstrap Datepicker - Months and Years Only

后端 未结 8 1577
逝去的感伤
逝去的感伤 2020-12-02 07:07

I am using bootstrap datepicker and my code is like following, Demo of the code on jsfiddle

8条回答
  •  醉酒成梦
    2020-12-02 08:02

    Why not call the $('.input-group.date').datepicker("remove"); when the select statement is changed then set your datepicker view then call the $('.input-group.date').datepicker("update");

提交回复
热议问题