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

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

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

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

× close