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
valueand aunitaccording to the locale and formatting options of the givenIntl.RelativeTimeFormatobject. -
Intl.RelativeTimeFormat.prototype.formatToParts() -
Returns an
Arrayof 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
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out
https://github.com/mdn/browser-compat-data and send us a pull request.
Update compatibility data on GitHub
| Desktop | Mobile | Server | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
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