bootstrap-ui-datetime-picker icon indicating copy to clipboard operation
bootstrap-ui-datetime-picker copied to clipboard

AngularJs directive to allow use of the bootstrap UI date/time pickers in a single dropdown

Results 54 bootstrap-ui-datetime-picker issues
Sort by recently updated
recently updated
newest added
trafficstars

Hello, I've faced the compatibility issue when trying to update the package to its latest version. I am using angular-bootstrap#1.3.2 and it works with bootstrap-ui-datetime-picker#2.3.1 with some problems. But when...

HI - how can i close the select popup if the user click again on the input - even the popup is open , as in regular selectbox ? thanks...

I have two buttons in input box for time and date, so i want to open timePicker 1st in case of clicking on time button before datePicker.

Is it possible to save only time in "HH:mm" format ? when i try to set `datetime-picker="HH:mm"` and `save-as=true` selected time saved to the ngModel in correct format (like '13:07'),...

Getting the error `angular.min.js:114 ReferenceError: timezone is not defined at b.$scope.isDisabled (datetime-picker.js:420) at fn (eval at compile (angular.min.js:223), :4:235) at m.$digest (angular.min.js:138) at b.$apply (angular.min.js:141) at HTMLButtonElement. (angular.min.js:265) at Rf...

The implementation modifies the model incrementally on date or time selection but doesn't provide any support for cancelling the change and reverting the model. Unfortunately this is unusable for me...

Hello I have the same problem as in the example... I think is because GMT/UTC is wrong ... but i dont know how can put it or fix. https://rawgit.com/Gillardo/bootstrap-ui-datetime-picker/master/example/index.html ![screenshot_1](https://cloud.githubusercontent.com/assets/24415930/20934975/4e334bc0-bbdd-11e6-84ce-66b3fcc3b4f2.png)...

i want months to be displayed in a three letter word

i tried using min-date in html aswell as in controller used both $watch and ng-change but none worked for me