Options
All
  • Public
  • Public/Protected
  • All
Menu

Provides culture-specific formatting for date and time values by using the Intl namespace.

Requires the clr-format-intl.js sub-module to be loaded.

Hierarchy

Implements

Index

Constructors

constructor

Properties

Protected formatInfo

formatInfo: DateTimeFormatInfo

Private locales

locales: string | string[]

Protected resolvedOptions

resolvedOptions: DateTimeFormatOptions

Methods

Protected applyOptions

  • applyOptions(value: Date): string

format

  • format(formatString: string, value: Date): string

Private getNativeFormatter

  • getNativeFormatter(resolvedOptions?: DateTimeFormatOptions): DateTimeFormat

Protected getSpecifiersFormatter

Generated using TypeDoc