The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting.
The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting.
(format this number)
Method.
The Intl.NumberFormat.prototype.format() method formats a number
to the locale and formatting options of this js.NumberFormat
numberFormat.format(number)
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/format
Method. The Intl.NumberFormat.prototype.format() method formats a number to the locale and formatting options of this `js.NumberFormat` `numberFormat.format(number)` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/format`
(format-to-parts this number)
Method.
The Intl.Numberformat.prototype.formatToParts() method allows formatting of strings produced by NumberTimeFormat formatters.
Intl.NumberFormat.prototype.formatToParts(number)
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/formatToParts
Method. The Intl.Numberformat.prototype.formatToParts() method allows formatting of strings produced by NumberTimeFormat formatters. `Intl.NumberFormat.prototype.formatToParts(number)` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/formatToParts`
(prototype this)
Property.
The Intl.NumberFormat.prototype property represents the prototype
for the Intl.NumberFormat
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype
Property. The Intl.NumberFormat.prototype property represents the prototype for the `Intl.NumberFormat` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype`
(resolved-options this)
Method.
The Intl.NumberFormat.prototype.resolvedOptions() method returns
new object with properties reflecting the locale and number formatting
computed during initialization of this js.NumberFormat
object.
numberFormat.resolvedOptions()
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions
Method. The Intl.NumberFormat.prototype.resolvedOptions() method returns new object with properties reflecting the locale and number formatting computed during initialization of this `js.NumberFormat` object. `numberFormat.resolvedOptions()` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/resolvedOptions`
(set-prototype! this val)
Property.
The Intl.NumberFormat.prototype property represents the prototype
for the Intl.NumberFormat
constructor.
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype
Property. The Intl.NumberFormat.prototype property represents the prototype for the `Intl.NumberFormat` constructor. See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/prototype`
(supported-locales-of this & args)
Method.
The Intl.NumberFormat.supportedLocalesOf() method returns an containing those of the provided locales that are supported in formatting without having to fall back to the runtime's default
Intl.NumberFormat.supportedLocalesOf(locales[, options])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/supportedLocalesOf
Method. The Intl.NumberFormat.supportedLocalesOf() method returns an containing those of the provided locales that are supported in formatting without having to fall back to the runtime's default `Intl.NumberFormat.supportedLocalesOf(locales[, options])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat/supportedLocalesOf`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close