Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IFormatProvider #4

Open
stefanblagavisma opened this issue Aug 10, 2022 · 0 comments
Open

IFormatProvider #4

stefanblagavisma opened this issue Aug 10, 2022 · 0 comments

Comments

@stefanblagavisma
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant