indrimuska / angular-moment-picker

Angular Moment Picker is an AngularJS directive for date and time picker using Moment.js.
http://indrimuska.github.io/angular-moment-picker/
MIT License
525 stars 226 forks source link

day time in AM/PM instead of 24 hour format #235

Open nikunj2512 opened 6 years ago

nikunj2512 commented 6 years ago

Hi,

I am trying to get the time picker to show hours in AM and PM format instead of 24 hour format.

Also, how to set minutes to 1 min apart instead of 5?

here is my code: https://plnkr.co/edit/yxJBifCEhKy9vDW9Dn8j?p=preview

thisisanfield commented 6 years ago

Use the following in your momentPickerProvider hoursFormat: 'LT' minutesStep: 1