-
Hi,
Thanks for your great script.
I just want to know is it possible to change the default view of calendar, I mean when it opens, the years are visible instead of days. It's a good option for choo…
-
refer to http://eternicode.github.io/bootstrap-datepicker/
$('#sandbox-container input').datepicker('getDate') will return a selected value in date object.
when change to range, after select both sta…
-
Hi,
There is a problem in the update function when setting endDate and startDate (https://github.com/eternicode/bootstrap-datepicker/blob/master/js/bootstrap-datepicker.js#L806). this.element.change…
-
I am using bootstrap-datepicker with react. Here is the code which is rendered:
``
I am initiating datepicker in componentDidMount
`componentDidMount: function () { $('.tripDatePicker').datepicker({ …
-
Hello,
Normal datepicker support below code to hide datepicker.
$('#datepicker').datepicker("disable")
bootstrap-hijri-datetimepicker.js" lib picker.destroy function available:
picker.destroy…
-
### Issue type
**I'm submitting a ...** (check one with "x")
* [ ] bug report
Regarding datepicker
### Issue description
If we navigate from current page which has datepicker to anoth…
-
Every time a user uses `ng add ngx-bootstrap --component component` the schematic add the bootstrap and datepicker styles to the angular.json file. That takes up unnecessary space when users are using…
-
Im working with bootstrap-datepicker i have 2 datepicker in 2 different modals , son in one modal i create a user and in the other modal it updates the user information , in the second modal whenever …
-
Hi,
I am using datepicker version 1.5.1 and my textbox is in bootstrap modal dialog.
For some reason even when i am using disableTouchKeyboard :true, I am able to see keyboard on mobiles.
My jquery…
-
### Expected behaviour
If I set the endDate:"0d". And run $('#date-picker').datepicker('setDate', new Date()). It should set the date picker value to todays date. As per: https://bootstrap-datepicker…