Skip to content

IFormatProvider #4

@stefanblagavisma

Description

@stefanblagavisma

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions