Intl.RelativeTimeFormat.prototype

The Intl.RelativeTimeFormat.prototype property represents the prototype object for the Intl.RelativeTimeFormat constructor.

Property attributes of Intl.RelativeTimeFormat.prototype
Writable no
Enumerable no
Configurable no

Description

See RelativeTimeFormat for a description of Intl.RelativeTimeFormat instances.

Intl.RelativeTimeFormat instances inherit from Intl.RelativeTimeFormat.prototype. Modifications to the prototype object are inherited by all Intl.RelativeTimeFormat instances.

Properties

Intl.RelativeTimeFormat.prototype.constructor
A reference to Intl.RelativeTimeFormat.

Methods

Intl.RelativeTimeFormat.prototype.format()
Formats a value and a unit according to the locale and formatting options of the given Intl.RelativeTimeFormat object.
Intl.RelativeTimeFormat.prototype.formatToParts()
Returns an Array of objects representing the relative time format in parts that can be used for custom locale-aware formatting.
Intl.RelativeTimeFormat.prototype.resolvedOptions()
Returns a new object with properties reflecting the locale and formatting options computed during initialization of the object.

Specifications

Specification Status Comment
Intl.RelativeTime proposal Stage 3  

Browser compatibility

Update compatibility data on GitHub
Desktop Mobile Server
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet Node.js
prototype Chrome Full support 71 Edge No support No Firefox Full support 65 IE No support No Opera Full support 58 Safari No support No WebView Android Full support 71 Chrome Android Full support 71 Firefox Android Full support 65 Opera Android Full support 50 Safari iOS No support No Samsung Internet Android Full support 10.0 nodejs Full support 12.0.0

Legend

Full support  
Full support
No support  
No support

See also