神岛 API 文档 - ArenaPro版
    Preparing search index...

    Interface DateTimeFormatConstructor

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

    Constructors

    Properties

    Methods

    Constructors

    Properties

    prototype: Intl.DateTimeFormat

    Methods