Liking cljdoc? Tell your friends :D

js.Intl

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.
raw docstring

collatorcljs

(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`
sourceraw docstring

date-time-formatcljs

(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`
sourceraw docstring

get-canonical-localescljs

(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`
sourceraw docstring

list-formatcljs

(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`
sourceraw docstring

number-formatcljs

(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`
sourceraw docstring

plural-rulescljs

(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`
sourceraw docstring

relative-time-formatcljs

(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`
sourceraw docstring

set-collator!cljs

(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`
sourceraw docstring

set-date-time-format!cljs

(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`
sourceraw docstring

set-list-format!cljs

(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`
sourceraw docstring

set-number-format!cljs

(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`
sourceraw docstring

set-plural-rules!cljs

(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`
sourceraw docstring

set-relative-time-format!cljs

(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`
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close