Results 1 - 6 of 6

Intl.DateTimeFormat

The Intl.DateTimeFormat object is a constructor for objects that enable language sensitive date and time formatting.
DateTimeFormat Internationalization JavaScript

Intl.DateTimeFormat.prototype.format

The Intl.DateTimeFormat.prototype.format property returns a getter function that formats a date according to the locale and formatting options of this Intl.DateTimeFormat object.
DateTimeFormat Internationalization JavaScript Property Prototype

Intl.DateTimeFormat.prototype

The Intl.DateTimeFormat.prototype property represents the prototype object for the Intl.DateTimeFormat constructor.
DateTimeFormat Internationalization JavaScript Property Prototype

Intl.DateTimeFormat.prototype.resolvedOptions()

The Intl.DateTimeFormat.prototype.resolvedOptions() method returns a new object with properties reflecting the locale and date and time formatting options computed during initialization of this DateTimeFormat object.
DateTimeFormat Internationalization JavaScript Method Prototype

Intl.DateTimeFormat.supportedLocalesOf()

The Intl.DateTimeFormat.supportedLocalesOf() method returns an array containing those of the provided locales that are supported in date and time formatting without having to fall back to the runtime's default locale.
DateTimeFormat Internationalization JavaScript Method Prototype

Intl.DateTimeFormat.prototype.formatToParts()

The Intl.DateTimeFormat.prototype.formatToParts() method allows locale-aware formatting of strings produced by DateTimeFormat formatters.
DateTimeFormat Internationalization Intl JavaScript Method Prototype