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.
In my version, if you put the val in the input, the calendar is updated automatically.
$('#birthdate').val("01/01/2001");