jquery - Is it possible to use setDate on an inline Bootstrap Datepicker? -


does know how setdate on inline calendar in bootstrap datepicker eternicode(https://github.com/eternicode/bootstrap-datepicker). i've been struggling figure out, alas have fallen short. can work input, not inline view.

the simplest solution seems be:

the_date = new date(2013, 10, 25); $('#datepicker').datepicker('update', the_date); 

Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -