Search Options

Results per page
Sort
Preferred Languages
Labels
Advance

Results 2171 - 2180 of 3,108 for host:developer.mozilla.org (0.11 sec)

  1. Temporal.Now - JavaScript | MDN

    The Temporal.Now namespace object contains static methods for getting the current time in various formats.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/Now
    Registered: Wed Jul 16 02:51:13 UTC 2025
    - Last Modified: Wed Jul 16 00:47:23 UTC 2025
    - 82.2K bytes
    - Viewed (0)
  2. Temporal.ZonedDateTime.prototype.era - JavaScri...

    The era accessor property of Temporal.ZonedDateTime instances returns a calendar-specific lowercase string representing the era of this date, 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/ZonedDateTime/era
    Registered: Wed Jul 16 02:52:48 UTC 2025
    - Last Modified: Wed Jul 16 00:47:25 UTC 2025
    - 96.9K bytes
    - Viewed (0)
  3. Temporal.PlainYearMonth.prototype.monthsInYear ...

    The monthsInYear accessor property of Temporal.PlainYearMonth instances returns a positive integer representing the number of months in the year of this date. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainYearMonth/...
    Registered: Wed Jul 16 02:52:52 UTC 2025
    - Last Modified: Wed Jul 16 00:47:25 UTC 2025
    - 80.9K bytes
    - Viewed (0)
  4. Temporal.PlainDateTime.prototype.dayOfWeek - Ja...

    The dayOfWeek accessor property of Temporal.PlainDateTime instances returns a positive integer representing the 1-based day index in the week of this date. Days in a week are numbered sequentially from 1 to daysInWeek, with each number mapping to its name. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/d...
    Registered: Wed Jul 16 02:53:22 UTC 2025
    - Last Modified: Wed Jul 16 00:47:23 UTC 2025
    - 92.3K bytes
    - Viewed (0)
  5. Temporal.PlainTime.prototype.subtract() - JavaS...

    The subtract() method of Temporal.PlainTime instances returns a new Temporal.PlainTime object representing this time moved backward by a given duration (in a form convertible by Temporal.Duration.from()), wrapping around the clock if necessary.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainTime/subtract
    Registered: Wed Jul 16 02:51:53 UTC 2025
    - Last Modified: Wed Jul 16 00:47:24 UTC 2025
    - 80.4K bytes
    - Viewed (0)
  6. 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...
    Registered: Wed Jul 16 02:46:39 UTC 2025
    - Last Modified: Wed Jul 16 00:47:24 UTC 2025
    - 94K bytes
    - Viewed (0)
  7. Temporal.PlainDateTime.prototype.equals() - Jav...

    The equals() method of Temporal.PlainDateTime instances returns true if this date-time is equivalent in value to another date-time (in a form convertible by Temporal.PlainDateTime.from()), and false otherwise. They are compared both by their date and time values and their calendars, so two date-times from different calendars may be considered equal by Temporal.PlainDateTime.compare() but not by equals().
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDateTime/e...
    Registered: Wed Jul 16 02:46:59 UTC 2025
    - Last Modified: Wed Jul 16 00:47:23 UTC 2025
    - 92K bytes
    - Viewed (0)
  8. Temporal.ZonedDateTime.prototype.valueOf() - Ja...

    The valueOf() method of Temporal.ZonedDateTime instances throws a TypeError, which prevents Temporal.ZonedDateTime 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/ZonedDateTime/v...
    Registered: Wed Jul 16 02:46:35 UTC 2025
    - Last Modified: Wed Jul 16 00:47:25 UTC 2025
    - 99.9K bytes
    - Viewed (0)
  9. Temporal.PlainDate.prototype.inLeapYear - JavaS...

    The inLeapYear accessor property of Temporal.PlainDate instances returns a boolean indicating whether this date is in a leap year. A leap year is a year that has more days (due to a leap day or leap month) than a common year. It is calendar-dependent.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/PlainDate/inLea...
    Registered: Wed Jul 16 02:43:17 UTC 2025
    - Last Modified: Wed Jul 16 00:47:23 UTC 2025
    - 87.3K bytes
    - Viewed (0)
  10. Temporal.Instant.prototype.toJSON() - JavaScrip...

    The toJSON() method of Temporal.Instant instances returns a string representing this instant 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/Instant/toJSON
    Registered: Wed Jul 16 02:43:31 UTC 2025
    - Last Modified: Wed Jul 16 00:47:23 UTC 2025
    - 80.5K bytes
    - Viewed (0)
Back to top