Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 1 - 10 of 3,176 for host:developer.mozilla.org (0.06 sec)

  1. Temporal.PlainYearMonth - JavaScript | MDN

    The Temporal.PlainYearMonth object represents the year and month of a calendar date, without a day or time zone; for example, an event on a calendar that happens during the whole month. It is fundamentally represented as an ISO 8601 calendar date, with year, month, and day fields, and an associated calendar system. The day is used to disambiguate the year-month in non-ISO calendar systems.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth
    Registered: Mon Nov 17 02:14:50 UTC 2025
    - Last Modified: Thu Nov 13 11:36:57 UTC 2025
    - 170.3K bytes
    - Viewed (0)
  2. contributors.txt

    # Contributors by commit history https://github.com/mdn/content/commits/main/files/en-us/web/javascript/reference/operators/bitwise_not/index.md # Original Wiki contributors fscholz 183
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_NOT/contributors.txt
    Registered: Mon Nov 17 02:11:42 UTC 2025
    - Last Modified: Tue Aug 19 16:04:52 UTC 2025
    - 183 bytes
    - Viewed (0)
  3. 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...
    Registered: Mon Nov 17 02:11:54 UTC 2025
    - Last Modified: Thu Nov 13 11:36:57 UTC 2025
    - 148.6K bytes
    - Viewed (0)
  4. Temporal.PlainDateTime.prototype.withCalendar()...

    The withCalendar() method of Temporal.PlainDateTime instances returns a new Temporal.PlainDateTime object representing this date-time interpreted in the new calendar system. Because all Temporal objects are designed to be immutable, this method essentially functions as the setter for the date-time's calendarId property.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/w...
    Registered: Mon Nov 17 02:16:18 UTC 2025
    - Last Modified: Thu Nov 13 11:36:57 UTC 2025
    - 156.7K bytes
    - Viewed (0)
  5. Temporal.PlainYearMonth.prototype.toJSON() - Ja...

    The toJSON() method of Temporal.PlainYearMonth instances returns a string representing this year-month 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/PlainYearMonth/...
    Registered: Mon Nov 17 02:15:18 UTC 2025
    - Last Modified: Thu Nov 13 11:36:58 UTC 2025
    - 152.1K bytes
    - Viewed (0)
  6. 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...
    Registered: Mon Nov 17 02:15:42 UTC 2025
    - Last Modified: Thu Nov 13 11:36:56 UTC 2025
    - 151.4K bytes
    - Viewed (0)
  7. Temporal.PlainMonthDay.prototype.equals() - Jav...

    The equals() method of Temporal.PlainMonthDay instances returns true if this month-day is equivalent in value to another month-day (in a form convertible by Temporal.PlainMonthDay.from()), and false otherwise. They are compared both by their underlying ISO date values and their calendars.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainMonthDay/e...
    Registered: Mon Nov 17 02:15:25 UTC 2025
    - Last Modified: Thu Nov 13 11:36:57 UTC 2025
    - 147.7K bytes
    - Viewed (0)
  8. Temporal.PlainMonthDay.prototype.calendarId - J...

    The calendarId accessor property of Temporal.PlainMonthDay 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/PlainMonthDay/c...
    Registered: Mon Nov 17 02:18:54 UTC 2025
    - Last Modified: Thu Nov 13 11:36:57 UTC 2025
    - 146.4K bytes
    - Viewed (0)
  9. Temporal.PlainDateTime.prototype.monthCode - Ja...

    The monthCode accessor property of Temporal.PlainDateTime instances returns a calendar-specific string representing the month of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/m...
    Registered: Mon Nov 17 02:19:03 UTC 2025
    - Last Modified: Thu Nov 13 11:36:56 UTC 2025
    - 155K bytes
    - Viewed (0)
  10. Temporal.Duration - JavaScript | MDN

    The Temporal.Duration object represents a difference between two time points, which can be used in date/time arithmetic. It is fundamentally represented as a combination of years, months, weeks, days, hours, minutes, seconds, milliseconds, microseconds, and nanoseconds values.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Duration
    Registered: Mon Nov 17 02:19:31 UTC 2025
    - Last Modified: Thu Nov 13 11:36:55 UTC 2025
    - 173.9K bytes
    - Viewed (0)
Back to top