API Core - v1.5.0
    Preparing search index...

    Variable DateTimeFormat

    DateTimeFormat: Omit<DateTimeFormatConstructor, "prototype"> & {
        prototype: Intl.DateTimeFormat;
        (
            locales?: LocalesArgument,
            options?: DateTimeFormatOptions,
        ): Intl.DateTimeFormat;
        new (
            locales?: LocalesArgument,
            options?: DateTimeFormatOptions,
        ): Intl.DateTimeFormat;
    }