BlazorTime icon indicating copy to clipboard operation
BlazorTime copied to clipboard

IFormatProvider

Open stefanblagavisma opened this issue 2 years ago • 0 comments

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!

stefanblagavisma avatar Aug 10 '22 07:08 stefanblagavisma