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

If the datetime-picker is instantiated with `ng-model-options={ timezone: 'UTC' }` and a date is passed, the date will display correctly in the input field but the wrong date square may...

Hello What I'm trying to achieve is when "Now" button is pressed in Time picker I want to set the time to UTC although my time zone is UTC+2. The...

In Angular 1.6.x ng-model-options should be using getOption(name): ![image](https://cloud.githubusercontent.com/assets/2838038/22687470/83220976-ed28-11e6-9fa9-1d32849de670.png) Because each access to ngModelOptions. will give us undefined value. So this way timezone (or any other property) given to ngModelOptions...

Hello If I select date and time in date-picker value in input it is displayed as GMT but it is stored in ng-model as UTC. I want the date to...

How can we configure datetime-picker to follow timezone of Europe/London (UTC+001)? We tried the following, which did not work: ` `

Hi, It looks like the global time picker configuration (from plain bootstrap-ui) is not being respected when you change the showMeridian option to false. Some code in bootstrap-ui-datetime-picker looks to...

the example is the same question html: `` js: `this.picker12 = { date: new Date(), buttonBar: { show: true, now: { show: true, text: 'Now!' }, today: { show: true,...

When I use this format in directive: datetime-picker="dd/MM/yyyy hh:mm a" It doesn't consider meridian in Datetime value. If the value is: 09/02/2016 02:12 p.m the value is 09/02/2016 02:12 insted...

Hi, I'm using version 2.4.33 and I am letting the user to enter the date and time manually but after entering date if user has not entered time and click...

Currently the timepicker closes only with the mouse click out of the input...