Agranom / ngx-material-timepicker

Material desing timepicker for Angular 6.0+
https://agranom.github.io/ngx-material-timepicker/
MIT License
342 stars 139 forks source link

ngx-material-timepicker-dial display format is hardcoded #419

Open luiz-soares opened 1 year ago

luiz-soares commented 1 year ago

hi,

I noticed that the format used to display the time by ngx-material-timepicker-dial is hard coded to HOUR : MINUTE PERIOD

This causes at least two differences between the value displayed in input and in the time picker:

  1. Some locales like Finnish use . (dot) as separator instead.
  2. Japanese periods are rendered before time

Would you accept a PR to fix at least 1 ?

You can see that in https://stackblitz.com/edit/angular-13-znkf4b

Agranom commented 1 year ago

@luiz-soares Hi. Sure, you can prepare the PR