Promact / md2

Angular2 based Material Design components, directives and services are Accordion, Autocomplete, Collapse, Colorpicker, Datepicker, Dialog(Modal), Menu, Multiselect, Select, Tabs, Tags(Chips), Toast and Tooltip.
http://code.promactinfo.com/md2/
MIT License
379 stars 112 forks source link

Is the US time format (am/pm) planned to be a supported feature ? #292

Open mlopez42 opened 6 years ago

mlopez42 commented 6 years ago

Hi, first i would thank you for the great work.

Actually i can change the hours label wich is great, atleast i tried to set it up manualy :

this.dateLocale.hours = ['12 pm', '1 am', '2 am', '3 am', '4 am', '5 am', '6 am', '7 am', '8 am', '9 am', '10 am', '11 am', '12 am', '1 pm', '2 pm', '3 pm', '4 pm', '5 pm', '6 pm', '7 pm', '8 pm', '9 pm', '10 pm', '11 pm'];

The display is not working well (seems to be a known issue see #250 ).

image

This would be a great feature to be able to choose the time format like 24hours or 12hours am/pm.

Is it planned or just wont be supported at all ?

Thanks for the time.