BlazorTime
BlazorTime copied to clipboard
Time formats not matching C# format standards is confusing
In C# format, MM=months and mm = minutes. It's confusing that your definition doesn't match the C# format standards <ToLocal DateTime="@DateTime.Value" Format="yyyy-mm-dd HH:MM:ss"></ToLocal> // Bug Blazor Time Bug where mm=months, MM=minutes
I just noticed this as well, would be great if they were aligned 🙂