Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 111 - 120 of 3,182 for host:developer.mozilla.org (0.03 seconds)

  1. Temporal.PlainDate.compare() - JavaScript | MDN

    The Temporal.PlainDate.compare() static method returns a number (-1, 0, or 1) indicating whether the first date comes before, is the same as, or comes after the second date. Equivalent to comparing the year, month, and day fields of the underlying ISO 8601 dates.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/compare
    Mon Mar 23 01:15:36 GMT 2026
      16.7K bytes
  2. Temporal.PlainTime.prototype.toLocaleString() -...

    The toLocaleString() method of Temporal.PlainTime instances returns a string with a language-sensitive representation of this time. In implementations with Intl.DateTimeFormat API support, this method delegates to Intl.DateTimeFormat.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/toLoc...
    Mon Mar 23 01:15:36 GMT 2026
      17.5K bytes
  3. Temporal.PlainDate.prototype.weekOfYear - JavaS...

    The weekOfYear accessor property of Temporal.PlainDate instances returns a positive integer representing the 1-based week index in the yearOfWeek of this date, or undefined if the calendar does not have a well-defined week system. The first week of the year is 1. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/weekO...
    Mon Mar 23 01:15:36 GMT 2026
      16.7K bytes
  4. Temporal.PlainDate.prototype.daysInMonth - Java...

    The daysInMonth accessor property of Temporal.PlainDate instances returns a positive integer representing the number of days in the month of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/daysI...
    Mon Mar 23 01:15:36 GMT 2026
      16.5K bytes
  5. Temporal.PlainDate.prototype.dayOfYear - JavaSc...

    The dayOfYear accessor property of Temporal.PlainDate instances returns a positive integer representing the 1-based day index in the year of this date. The first day of this year is 1, and the last day is the daysInYear. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/dayOf...
    Mon Mar 23 01:15:36 GMT 2026
      16.7K bytes
  6. Temporal.PlainYearMonth.prototype.calendarId - ...

    The calendarId accessor property of Temporal.PlainYearMonth instances returns a string representing the calendar used to interpret the internal ISO 8601 date.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Mon Mar 23 01:15:36 GMT 2026
      16.3K bytes
  7. Temporal.PlainDate.prototype.toPlainDateTime() ...

    The toPlainDateTime() method of Temporal.PlainDate instances returns a new Temporal.PlainDateTime object representing this date and a supplied time in the same calendar system.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/toPla...
    Mon Mar 23 01:15:36 GMT 2026
      16.4K bytes
  8. Temporal.PlainDateTime.prototype.daysInWeek - J...

    The daysInWeek accessor property of Temporal.PlainDateTime instances returns a positive integer representing the number of days in the week of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/d...
    Mon Mar 23 01:15:36 GMT 2026
      16.2K bytes
  9. Temporal.PlainMonthDay.prototype.valueOf() - Ja...

    The valueOf() method of Temporal.PlainMonthDay instances throws a TypeError, which prevents Temporal.PlainMonthDay instances from being implicitly converted to primitives when used in arithmetic or comparison operations.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/v...
    Mon Mar 23 01:15:36 GMT 2026
      16.4K bytes
  10. Temporal.PlainDate.prototype.calendarId - JavaS...

    The calendarId accessor property of Temporal.PlainDate instances returns a string representing the calendar used to interpret the internal ISO 8601 date.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/calen...
    Mon Mar 23 01:15:36 GMT 2026
      16.2K bytes
Back to Top