You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.
I found a workaround that worked for me:
1.Inject the DateLocale Service
2.Set hour labels (0-24) this.dateLocale.hours = this.range(24, i => String(i));
Bug, feature request, or proposal:
Time displaying error in time picker.
What is the expected behavior?
Time should be displayed.
What is the current behavior?
Displaying time is not in the correct format.
Which versions of Angular, MD2, OS, browsers are affected?
MD2 version 0.0.25, Angular 4
Is there anything else we should know?
24 hours clock is also not working.
The text was updated successfully, but these errors were encountered: