Search Options

Display Count
Sort
Preferred Language
Label
Advanced Search

Results 81 - 90 of 3,184 for host:developer.mozilla.org (0.03 seconds)

  1. Date.prototype.toLocaleTimeString() - JavaScrip...

    The toLocaleTimeString() method of Date instances returns a string with a language-sensitive representation of the time portion of this date in the local timezone. In implementations with Intl.DateTimeFormat API support, this method delegates to Intl.DateTimeFormat.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toLocaleTimeString
    Mon May 04 01:26:17 GMT 2026
      18.9K bytes
  2. Object.getOwnPropertyDescriptors() - JavaScript...

    The Object.getOwnPropertyDescriptors() static method returns all own property descriptors of a given object.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/getOwnPropertyDes...
    Mon May 04 01:26:19 GMT 2026
      17.5K bytes
  3. Date.prototype.setMilliseconds() - JavaScript |...

    The setMilliseconds() method of Date instances changes the milliseconds for this date according to local time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/setMilliseconds
    Mon May 04 01:26:16 GMT 2026
      17.5K bytes
  4. Temporal.ZonedDateTime - JavaScript | MDN

    The Temporal.ZonedDateTime object represents a date and time with a time zone. It is fundamentally represented as a combination of an instant, a time zone, and a calendar system.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Temporal/ZonedDateTime
    Mon May 04 01:26:22 GMT 2026
      27.3K bytes
  5. Date.prototype.toUTCString() - JavaScript | MDN

    The toUTCString() method of Date instances returns a string representing this date in the RFC 7231 format, with negative years allowed. The timezone is always UTC. toGMTString() is an alias of this method.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toUTCString
    Mon May 04 01:26:17 GMT 2026
      17.6K bytes
  6. Date() constructor - JavaScript | MDN

    The Date() constructor creates Date objects. When called as a function, it returns a string representing the current time.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/Date
    Mon May 04 01:26:16 GMT 2026
      19.5K bytes
  7. Date.prototype.valueOf() - JavaScript | MDN

    The valueOf() method of Date instances returns the number of milliseconds for this date since the epoch, which is defined as the midnight at the beginning of January 1, 1970, UTC.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/valueOf
    Mon May 04 01:26:17 GMT 2026
      17.1K bytes
  8. FinalizationRegistry() constructor - JavaScript...

    The FinalizationRegistry() constructor creates FinalizationRegistry objects.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/FinalizationRegistry/Fin...
    Mon May 04 01:26:17 GMT 2026
      16.3K bytes
  9. Math.fround() - JavaScript | MDN

    The Math.fround() static method returns the nearest 32-bit single precision float representation of a number.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/fround
    Mon May 04 01:26:18 GMT 2026
      16.9K bytes
  10. Array.prototype.keys() - JavaScript | MDN

    The keys() method of Array instances returns a new array iterator object that contains the keys for each index in the array.
    developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/keys
    Mon May 04 01:26:15 GMT 2026
      17.4K bytes
Back to Top