The options for creating an intl datetime format function.

Hierarchy

  • IOptions

Properties

locales?: string | string[]

The locales to pass to the Intl.DateTimeFormat constructor.

The default is determined by the user agent.

missing?: string

The text to use for a null or undefined data value.

The default is ''.

options?: DateTimeFormatOptions

The options to pass to the Intl.DateTimeFormat constructor.

The default is determined by the user agent.

Generated using TypeDoc