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.
(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`
(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`
(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`
(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`
(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`
(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`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close