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
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!
The text was updated successfully, but these errors were encountered:
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!
The text was updated successfully, but these errors were encountered: