Variable newIntlDateTimeFormatConst
newIntlDateTimeFormat: (
this: any,
...args: [locales?: LocalesArgument, options?: DateTimeFormatOptions],
) => DateTimeFormat = ...
Type Declaration
- (
this: any,
...args: [locales?: LocalesArgument, options?: DateTimeFormatOptions],
): DateTimeFormat Parameters
- this: any
- ...args: [locales?: LocalesArgument, options?: DateTimeFormatOptions]
Returns DateTimeFormat
Memoized version of
new Intl.DateTimeFormat.