Interface DateTimeFormatConstructor

interface DateTimeFormatConstructor {
    new DateTimeFormatConstructornew (locales?: string | string[], options?: DateTimeFormatOptions): Intl.DateTimeFormat;
    new DateTimeFormatConstructornew (locales?: LocalesArgument, options?: DateTimeFormatOptions): Intl.DateTimeFormat;
    prototype: Intl.DateTimeFormat;
    supportedLocalesOf(locales: LocalesArgument, options?: DateTimeFormatOptions): string[];
    (locales?: LocalesArgument, options?: DateTimeFormatOptions): Intl.DateTimeFormat;
}

Constructors

Properties

Methods

Constructors

Properties

prototype: Intl.DateTimeFormat

Methods