Top "Bootstrap-datepicker" questions

bootstrap-datepicker is a datepicker widget by uxsolutions (eternicode) that uses Twitter's bootstrap library.

How to catch the bootstrap datepicker change event?

Now I am trying to do something after user change the date. But seems like my ng-change is ignored. Here …

angularjs bootstrap-datepicker
Unable to use bootstrap date picker

I was trying to add Bootstrap date picker on an input area but I am unable to configure it: I …

jquery twitter-bootstrap datepicker bootstrap-datepicker
Sort a string date array

I want to sort an array in ascending order. The dates are in string format ["09/06/2015", "25/06/2015", "22/06/2015", "25/07/2015", "18/05/2015"] Even need a function to …

javascript jquery datetime bootstrap-datepicker
jQuery ui datepicker conflict with bootstrap datepicker

I want to show two months using bootstrap datepicker. After search on google I am not able to find how …

jquery twitter-bootstrap jquery-ui jquery-ui-datepicker bootstrap-datepicker
How do you prevent bootstrap-datepicker from clearing existing value from input if no date is selected?

I have have a div with a user's date of birth pre-populated with php: <div id="datepicker" class="input-group …

javascript php twitter-bootstrap datepicker bootstrap-datepicker
How to change bootstrap datepicker's selected date color background?

I am trying to change the color of selected date in bootstrap datepicker and tried changing the background color of …

jquery bootstrap-datepicker
Bootstrap DatePicker setDate method not updating calendar

I'm setting the value of a bootstrap datepicker by making use of the setValue method provided. For example tripToDatePicker.setValue(…

twitter-bootstrap-3 bootstrap-datepicker
How to use date picker with form_for in rails?

I'm new to rails,Any clues ? and it would be better if you can suggest me what to read as …

ruby-on-rails bootstrap-datepicker
How to activate bootstrap DatePicker through icon

How can I activate my bootstrap DatePicker through clicking an icon? My HTML code is: <input type="text" class="…

jquery twitter-bootstrap bootstrap-datepicker
How to highlight specific dates in bootstrap datepicker?

I am using bootstrap datepicker.I need to highlight some random dates. For Example: I need to highlight the dates …

twitter-bootstrap bootstrap-datepicker