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
527 stars 229 forks source link

Inconsistency in hour and minute selector. #303

Open EXORCIST94 opened 3 years ago

EXORCIST94 commented 3 years ago

If i select hour value as 14/15 (or anything after 12 PM) the minute view options convert the same to a 12hr format (02/03 PM respectively).

Is there any option to have it consistent in both hour and minute view i.e. both should use 24hr format or 12hr format with an AM/PM selector in hour view.