-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
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!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels