BlazorTime
BlazorTime copied to clipboard
IFormatProvider
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);
I cannot obtain that "g" format (short date, short time) based on the Format that is now accepted in this library.
It is possible to have it as a feature request?
Thank you!