Initializes a new object that enables language sensitive date and time formatting.
The locales argument must be either a string holding a BCP 47 language tag, or an array of such language tags. See: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/Intl#Locale_identification_and_negotiation
An instance that will provide culture-specific date and time format information.
Optional object with some or all of the standardized properties. See: https://developer.mozilla.org/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat
Applies all resolved format options to the date object.
The date to format.
A resulting format value with applied format and culture-specific options.
Converts the date to an equivalent string representation using specified format and culture formatting information.
The date to format.
The formatted date value.
Returns the formatter instance that will be used to replace all custom date and time specifiers.
Generated using TypeDoc
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.