Hex Core JS
    Preparing search index...

    Variable newIntlDateTimeFormatConst

    newIntlDateTimeFormat: (
        this: any,
        ...args: [locales?: LocalesArgument, options?: DateTimeFormatOptions],
    ) => DateTimeFormat = ...

    Memoized version of new Intl.DateTimeFormat.

    Type Declaration

      • (
            this: any,
            ...args: [locales?: LocalesArgument, options?: DateTimeFormatOptions],
        ): DateTimeFormat
      • Parameters

        • this: any
        • ...args: [locales?: LocalesArgument, options?: DateTimeFormatOptions]

        Returns DateTimeFormat