Set Default Date Bootstrap Datepicker

前端 未结 9 1260
暗喜
暗喜 2021-02-12 14:15

How to set a default date in Bootstrap Datepicker?

I want to set a date : 24/12/2006

When I open datepicker it should show me this date select on calender.

9条回答
  •  情深已故
    2021-02-12 15:14

    In my version, if you put the val in the input, the calendar is updated automatically.

    $('#birthdate').val("01/01/2001");
    

提交回复
热议问题