angular-moment-picker
angular-moment-picker copied to clipboard
Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
This is my control: ``` ``` I picked a date and time in March 2020 and the Moment object `hmrCtrl.extra.nextAppointment` got set as follows: ``` Moment {_isAMomentObject: true, _i: Mon...
It doesn't work with angularjs material on mobile. The popup closes immediately after first click. If you open [this plunker](https://embed.plnkr.co/o96sAqHu26tNbo4FhnLx) with mobile, you can not select a date.
**(I'm on timezone (UTC+01:00) - Brussels, Copenhagen, Madrid, Paris)** When selecting hours on the day DST occurs (in my case October 27th 2019 and March 29th 2020) an hour is...
I am trying to update the moment picker value from controller by updating the model but its not working. here is my codes: ``` ``` js: `$scope.model.checkInDate = (some valid...
When selecting a time, and choosing the hours the time is in 24 hr format and then when selecting the minutes it converts to 12 hr format. This is really...
I would like to be able to disable day or hour, if I already have a meeting set for that time.
I change bootstrap 3 to 4 not working, not display datepicker
Using the following Date Format: (D hh:mm A) I tried to select the 31st day of a month and it switches it to the 1st. I was able to work...
The formattedDate variable in moment-picker="formattedDate" is not set up after run although the date variable in ng-model="date" is initiated by the moment object. The formattedDate is undefined in this case....
Is there a way to completely ignore seconds (Minute view) ? I tried setting below: ``` momentPickerProvider.options({ secondsStep: 60 }); ``` still it shows the Minute view to select the...