Options
All
  • Public
  • Public/Protected
  • All
Menu

The options for creating an intl datetime format function.

Hierarchy

  • IOptions

Index

Properties

Properties

Optional locales

locales: string | string[]

The locales to pass to the Intl.DateTimeFormat constructor.

The default is determined by the user agent.

Optional missing

missing: undefined | string

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

The default is ''.

Optional options

options: Intl.DateTimeFormatOptions

The options to pass to the Intl.DateTimeFormat constructor.

The default is determined by the user agent.

Generated using TypeDoc