Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 821 - 830 of 3,184 for host:developer.mozilla.org (0.16 seconds)

  1. Temporal.PlainDate.prototype.year - JavaScript ...

    The year accessor property of Temporal.PlainDate instances returns an integer representing the number of years of this date relative to the start of a calendar-specific epoch year. This property has the same function as the era/eraYear pair as a unique identifier of a year in a calendar. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/year
    Mon May 04 01:26:21 GMT 2026
      17.3K bytes
  2. Temporal.PlainDateTime.prototype.toJSON() - Jav...

    The toJSON() method of Temporal.PlainDateTime instances returns a string representing this date-time in the same RFC 9557 format as calling toString(). It is intended to be implicitly called by JSON.stringify().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/t...
    Mon May 04 01:26:21 GMT 2026
      17.1K bytes
  3. Temporal.PlainYearMonth.prototype.era - JavaScr...

    The era accessor property of Temporal.PlainYearMonth instances returns a calendar-specific lowercase string representing the era of this year-month, or undefined if the calendar does not use eras (e.g., ISO 8601). era and eraYear together uniquely identify a year in a calendar, in the same way that year does. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/era
    Mon May 04 01:26:22 GMT 2026
      16.6K bytes
  4. Temporal.PlainTime.prototype.microsecond - Java...

    The microsecond accessor property of Temporal.PlainTime instances returns an integer from 0 to 999 representing the microsecond (10-6 second) component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/micro...
    Mon May 04 01:26:21 GMT 2026
      16.4K bytes
  5. Temporal.ZonedDateTime.prototype.toPlainDate() ...

    The toPlainDate() method of Temporal.ZonedDateTime instances returns a new Temporal.PlainDate object representing the date portion of this date-time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/t...
    Mon May 04 01:26:22 GMT 2026
      16.7K bytes
  6. Temporal.PlainTime.prototype.hour - JavaScript ...

    The hour accessor property of Temporal.PlainTime instances returns an integer from 0 to 23 representing the hour component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/hour
    Mon May 04 01:26:21 GMT 2026
      16.3K bytes
  7. Temporal.PlainDateTime.prototype.millisecond - ...

    The millisecond accessor property of Temporal.PlainDateTime instances returns an integer from 0 to 999 representing the millisecond (10-3 second) component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/m...
    Mon May 04 01:26:21 GMT 2026
      16.6K bytes
  8. Temporal.PlainTime.prototype.second - JavaScrip...

    The second accessor property of Temporal.PlainTime instances returns an integer from 0 to 59 representing the second component of this time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/second
    Mon May 04 01:26:22 GMT 2026
      16.4K bytes
  9. Temporal.ZonedDateTime.prototype.epochMilliseco...

    The epochMilliseconds accessor property of Temporal.ZonedDateTime instances returns an integer representing the number of milliseconds elapsed since the Unix epoch (midnight at the beginning of January 1, 1970, UTC) to this instant. It is equivalent to dividing epochNanoseconds by 1e6 and flooring the result.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime/e...
    Mon May 04 01:26:22 GMT 2026
      17K bytes
  10. Intl.DateTimeFormat.prototype.format() - JavaSc...

    The format() method of Intl.DateTimeFormat instances formats a date according to the locale and formatting options of this Intl.DateTimeFormat object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Intl/DateTimeFormat/format
    Mon May 04 01:26:17 GMT 2026
      17.4K bytes
Back to Top