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
Post a Comment