bootstrap-ui-datetime-picker
bootstrap-ui-datetime-picker copied to clipboard
AngularJs directive to allow use of the bootstrap UI date/time pickers in a single dropdown
I used [DEMO](https://rawgit.com/Gillardo/bootstrap-ui-datetime-picker/master/example/index.html) page. If you use "Today" button in both cases you may break the limitation minDate
Hi again, The problem is with the default focus after open timepicker, because this popup window is not focused. I believe that can be fixed focusing at close button after...
Hey, Is there a good way of setting a custom template for the date-picker popup? I just wanted to change the classes of the buttons. I can achieve that on...
Datetime format used in line ` var t = new Date('2001-01-01 ' + defaultTime);` seem to return "Invalid Date" even with defaultTime = "00:00:00". Problem occurs in IE11. Changing '2001-01-01'...
Hello, I would like to display date and time pickers simultaneously, i.e. you don't have button to switch between 'date' and 'time' modes. Do you think there's an easy way...
Hi, I'm using version 1.0.22 and when I let the user enter the date manually, date and month are switched. I am using a german date format "dd-MM-yyyy". When I...
Hi, If there is change in time, it changes the date part also, even if the enable-date="false".
Hi! My date input is using `ng-model-options="{updateOn: 'blur'}"`. Focus event seems to be triggered only when I blur datepicker - focus is getting back to input, so next I can...
Hi, When i select this datetime: '2016-07-21 14:30' in the model shows: '2016-07-21T19:30:00.000Z' it shows a difference to 5 hours, I'm from colombia. Thank you.
Hi, I tried allowInvalid. but not work. Please refer the codepen: http://codepen.io/yusuke-ishida/pen/YGKoOr?editors=1010 Thanks.