Liking cljdoc? Tell your friends :D

js.DateTimeFormat

The Intl.DateTimeFormat object is a constructor for objects that language-sensitive date and time formatting.

The Intl.DateTimeFormat object is a constructor for objects that
language-sensitive date and time formatting.
raw docstring

formatcljs

(format this date)

Method.

The Intl.DateTimeFormat.prototype.format() method formats a date to the locale and formatting options of this Intl.DateTimeFormat

dateTimeFormat.format(date)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/format

Method.

The Intl.DateTimeFormat.prototype.format() method formats a date
to the locale and formatting options of this `Intl.DateTimeFormat`

`dateTimeFormat.format(date)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/format`
sourceraw docstring

format-to-partscljs

(format-to-parts this date)

Method.

The Intl.DateTimeFormat.prototype.formatToParts() method allows formatting of strings produced by DateTimeFormat formatters.

Intl.DateTimeFormat.prototype.formatToParts(date)

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/formatToParts

Method.

The Intl.DateTimeFormat.prototype.formatToParts() method allows
formatting of strings produced by DateTimeFormat formatters.

`Intl.DateTimeFormat.prototype.formatToParts(date)`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/formatToParts`
sourceraw docstring

prototypecljs

(prototype this)

Property.

The Intl.DateTimeFormat.prototype property represents the prototype for the Intl.DateTimeFormat constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype

Property.

The Intl.DateTimeFormat.prototype property represents the prototype
for the `Intl.DateTimeFormat` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype`
sourceraw docstring

resolved-optionscljs

(resolved-options this)

Method.

The Intl.DateTimeFormat.prototype.resolvedOptions() method returns new object with properties reflecting the locale and date and formatting options computed during initialization of this js.DateTimeFormat

dateTimeFormat.resolvedOptions()

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/resolvedOptions

Method.

The Intl.DateTimeFormat.prototype.resolvedOptions() method returns
new object with properties reflecting the locale and date and
formatting options computed during initialization of this `js.DateTimeFormat`

`dateTimeFormat.resolvedOptions()`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/resolvedOptions`
sourceraw docstring

set-prototype!cljs

(set-prototype! this val)

Property.

The Intl.DateTimeFormat.prototype property represents the prototype for the Intl.DateTimeFormat constructor.

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype

Property.

The Intl.DateTimeFormat.prototype property represents the prototype
for the `Intl.DateTimeFormat` constructor.

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/prototype`
sourceraw docstring

supported-locales-ofcljs

(supported-locales-of this & args)

Method.

The Intl.DateTimeFormat.supportedLocalesOf() method returns an containing those of the provided locales that are supported in and time formatting without having to fall back to the runtime's locale.

Intl.DateTimeFormat.supportedLocalesOf(locales[, options])

See also: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/supportedLocalesOf

Method.

The Intl.DateTimeFormat.supportedLocalesOf() method returns an
containing those of the provided locales that are supported in
and time formatting without having to fall back to the runtime's
locale.

`Intl.DateTimeFormat.supportedLocalesOf(locales[, options])`

See also: `https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/DateTimeFormat/supportedLocalesOf`
sourceraw docstring

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

× close