BlazorTime
BlazorTime copied to clipboard
In C# format, MM=months and mm = minutes. It's confusing that your definition doesn't match the C# format standards // Bug Blazor Time Bug where mm=months, MM=minutes
If you are interested. The thinking might be, "I'm working in .NET with Blazor why then date and time formatting done in some other fashion that is not congruent with...
The tt should show upper case AM or PM instead of lower case
At the moment, is not possible to format date time based on CultureInfo, if a have something like this: DateTime dt = new DateTime() CultureInfo ci = new CultureInfo(ES-es) dt.ToString("g",ci);...