Top "Bootstrap-datepicker" questions

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

bootstrap datepicker today as default

I am using this bootstrap-datepicker for my datepicker. I'd like the datepicker to choose "today" for start day or default …

javascript html date bootstrap-datepicker
Detect change to selected date with bootstrap-datepicker

I have an input element with an attached datepicker created using bootstrap-datepicker. <div class="well"> <div class="…

jquery twitter-bootstrap datepicker bootstrap-datepicker
How to restrict the selectable date ranges in Bootstrap Datepicker?

I need to use datepicker which provides me the option of restricting the selectable dates. We had been using jQuery …

javascript twitter-bootstrap datepicker bootstrap-datepicker
bootstrap datepicker setDate format dd/mm/yyyy

I have to set the date in my datepicker in dd/mm/yyyy format. Whet I'm trying to do, with …

javascript jquery date datepicker bootstrap-datepicker
Bootstrap datepicker disabling past dates without current date

I wanted to disable all past date before current date, not with current date. I am trying by bootstrap datepicker …

javascript jquery twitter-bootstrap bootstrap-datepicker
Bootstrap DatePicker, how to set the start date for tomorrow?

How can I set the startDate for tomorrow? I don't see an option in the documentation for Date.today so …

jquery twitter-bootstrap bootstrap-datepicker
Twitter Bootstrap date picker

How can I use the Twitter Bootstrap date picker? I used the code below but its not working. <html&…

twitter-bootstrap datepicker bootstrap-datepicker
How do I get bootstrap-datepicker to work with Bootstrap 3?

I use the version of bootstrap-datepicker maintained by eternicode (Andrew Rowls). On Bootstrap 2 it worked, but now it doesn't work …

twitter-bootstrap twitter-bootstrap-3 datepicker bootstrap-datepicker
bootstrap datepicker change date event doesnt fire up when manually editing dates or clearing date

<script type="text/javascript"> // When the document is ready $(document).ready(function () { $('.datepicker').datepicker({ format: "yyyy-mm-dd", }).on(…

javascript jquery twitter-bootstrap datepicker bootstrap-datepicker
Bootstrap datepicker orientation/placement

I have a text field with an attached datepicker placed at the bottom of the page. My problem is that …

javascript css twitter-bootstrap bootstrap-datepicker