The Intl object is the namespace for the ECMAScript Internationalization which provides language sensitive string comparison, number formatting, date and time formatting. The INTL object provides access to constructors as well as functionality common to the internationalization and other language sensitive functions.
The Intl object is the namespace for the ECMAScript Internationalization which provides language sensitive string comparison, number formatting, date and time formatting. The INTL object provides access to constructors as well as functionality common to the internationalization and other language sensitive functions.
(collator this)
Property.
The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison.
new Intl.Collator([locales[, options]]) Intl.Collator.call(this[, locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator
Property. The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison. `new Intl.Collator([locales[, options]]) Intl.Collator.call(this[, locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator`
(date-time-format this)
Property.
The Intl.DateTimeFormat object is a constructor for objects that language-sensitive date and time formatting.
new Intl.DateTimeFormat([locales[, options]]) Intl.DateTimeFormat.call(this[, locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat
Property. The Intl.DateTimeFormat object is a constructor for objects that language-sensitive date and time formatting. `new Intl.DateTimeFormat([locales[, options]]) Intl.DateTimeFormat.call(this[, locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat`
(get-canonical-locales this locales)
Method.
The Intl.getCanonicalLocales() method returns an array containing canonical locale names. Duplicates will be omitted and elements be validated as structurally valid language tags.
Intl.getCanonicalLocales(locales)
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales
Method. The Intl.getCanonicalLocales() method returns an array containing canonical locale names. Duplicates will be omitted and elements be validated as structurally valid language tags. `Intl.getCanonicalLocales(locales)` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/getCanonicalLocales`
(list-format this)
Property.
The Intl.ListFormat object is a constructor for objects that language-sensitive list formatting.
new Intl.ListFormat([locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat
Property. The Intl.ListFormat object is a constructor for objects that language-sensitive list formatting. `new Intl.ListFormat([locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat`
(number-format this)
Property.
The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting.
new Intl.NumberFormat([locales[, options]]) Intl.NumberFormat.call(this[, locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
Property. The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting. `new Intl.NumberFormat([locales[, options]]) Intl.NumberFormat.call(this[, locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat`
(plural-rules this)
Property.
The Intl.PluralRules object is a constructor for objects that plural sensitive formatting and plural language rules.
new Intl.PluralRules([locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules
Property. The Intl.PluralRules object is a constructor for objects that plural sensitive formatting and plural language rules. `new Intl.PluralRules([locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules`
(relative-time-format this)
Property.
The Intl.RelativeTimeFormat object is a constructor for objects enable language-sensitive relative time formatting.
new Intl.RelativeTimeFormat([locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat
Property. The Intl.RelativeTimeFormat object is a constructor for objects enable language-sensitive relative time formatting. `new Intl.RelativeTimeFormat([locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat`
(set-collator! this val)
Property.
The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison.
new Intl.Collator([locales[, options]]) Intl.Collator.call(this[, locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator
Property. The Intl.Collator object is a constructor for collators, objects enable language sensitive string comparison. `new Intl.Collator([locales[, options]]) Intl.Collator.call(this[, locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Collator`
(set-date-time-format! this val)
Property.
The Intl.DateTimeFormat object is a constructor for objects that language-sensitive date and time formatting.
new Intl.DateTimeFormat([locales[, options]]) Intl.DateTimeFormat.call(this[, locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat
Property. The Intl.DateTimeFormat object is a constructor for objects that language-sensitive date and time formatting. `new Intl.DateTimeFormat([locales[, options]]) Intl.DateTimeFormat.call(this[, locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat`
(set-list-format! this val)
Property.
The Intl.ListFormat object is a constructor for objects that language-sensitive list formatting.
new Intl.ListFormat([locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat
Property. The Intl.ListFormat object is a constructor for objects that language-sensitive list formatting. `new Intl.ListFormat([locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ListFormat`
(set-number-format! this val)
Property.
The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting.
new Intl.NumberFormat([locales[, options]]) Intl.NumberFormat.call(this[, locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat
Property. The Intl.NumberFormat object is a constructor for objects that language sensitive number formatting. `new Intl.NumberFormat([locales[, options]]) Intl.NumberFormat.call(this[, locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/NumberFormat`
(set-plural-rules! this val)
Property.
The Intl.PluralRules object is a constructor for objects that plural sensitive formatting and plural language rules.
new Intl.PluralRules([locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules
Property. The Intl.PluralRules object is a constructor for objects that plural sensitive formatting and plural language rules. `new Intl.PluralRules([locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/PluralRules`
(set-relative-time-format! this val)
Property.
The Intl.RelativeTimeFormat object is a constructor for objects enable language-sensitive relative time formatting.
new Intl.RelativeTimeFormat([locales[, options]])
See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat
Property. The Intl.RelativeTimeFormat object is a constructor for objects enable language-sensitive relative time formatting. `new Intl.RelativeTimeFormat([locales[, options]])` See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/RelativeTimeFormat`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close