Top "Bootstrap-datepicker" questions

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

How to change Date format (dd-mmm-yyyy) in bootstrap datepicker

Script <script> $(function () { $(".datepicker").datepicker(); }); </script> Textbox <input class="datepicker" id="_Date" name="Date" type="…

datepicker bootstrap-datepicker
Bootstrap datepicker configuration to block specific dates (holidays)

Has anyone figured out how to configure datepicker to not display specific dates (such as, say, July 4th)? It would …

twitter-bootstrap twitter-bootstrap-3 calendar bootstrap-datepicker
bootstrap datepicker, beforeShowDay and array of disabled dates

I am trying to use bootstrap datepicker plugin (https://github.com/eternicode/bootstrap-datepicker/blob/release/docs/index.rst) with array …

twitter-bootstrap datepicker bootstrap-datepicker
how to disable specific date range in bootstrap daterangepicker?

I want to disable specific date range in bootstrap daterangepicker. I need to use bootstrap daterangepicker which provides me the …

jquery twitter-bootstrap-3 jquery-plugins bootstrap-datepicker bootstrap-daterangepicker
bootstrap-datetimepicker with vue.js not working properly

I am trying to use bootstrap-datepicker with Vue.js Trying to create a simple datepicker component. The problem is, when …

javascript vue.js bootstrap-datepicker
bootstrap-datepicker empties field after selecting current date

If I have autoclose enabled, and I select the field from the calendar that is already chosen, it empties the …

javascript jquery twitter-bootstrap datepicker bootstrap-datepicker
Disable Months On Month/DatePicker

Please look at my fiddle. I have a monthpicker which only allows users to select a year in advance but …

javascript jquery jquery-ui-datepicker bootstrap-datepicker
Bootstrap datepicker return focus after select

If you initialize a bootstrap datepicker from eternicode with autoclose: true, two undesirable behaviors happen: After the picker closes, when …

javascript jquery twitter-bootstrap datepicker bootstrap-datepicker
Bootstrap DatePicker 3 show multiple months

I'm using Bootstrap 3 Datepicker Homepage And it's working great but I need to show two months instead of one. I …

twitter-bootstrap bootstrap-datepicker
Update bootstrap 3 datepicker options dynamically?

This datepicker it is already created with other default options, but I need to update it with the following new …

jquery twitter-bootstrap-3 bootstrap-datepicker