ng2-ui / datetime-picker

Angular2 DateTime Picker
https://ng2-ui.github.io/#/datetime-picker
MIT License
121 stars 62 forks source link

added 12 hour time option to the datetime picker #178

Closed nilesh93 closed 7 years ago

nilesh93 commented 7 years ago

Current dropdown select on time picker range shows 24 hour format. Added [show-time-12-hour]=boolean to enable the 12 hour format. Furthermore, added a private function convertHours() to convert the output of the hours to 12 hour if the flag show-time-12-hour is set to true.

allenhwkim commented 7 years ago

How about show-am-pm instead of show-time-12-hour?

nilesh93 commented 7 years ago

yeah show-am-pmsounds better