About 9,250 results
Open links in new tab
  1. JavaScript Date Methods - W3Schools

    The new Date () Constructor In JavaScript, date objects are created with new Date(). new Date() returns a date object with the current date and time.

  2. Date - JavaScript | MDN - MDN Web Docs

    There are two groups of Date methods: one group gets and sets various date components by interpreting the timestamp as a local time, while the other uses UTC. ... The Date() constructor can …

  3. Date and time - The Modern JavaScript Tutorial

    Oct 14, 2022 · These two do exactly the same thing, but one of them uses an explicit date.getTime() to get the date in ms, and the other one relies on a date-to-number transform.

  4. JavaScript Date - GeeksforGeeks

    Jul 11, 2025 · The JavaScript Date object represents a specific moment in time, measured in milliseconds since the Unix Epoch (January 1, 1970). It's crucial for working with date and time in …

  5. JavaScript Date and Time Functions - Quackit Tutorials

    JavaScript Date and Time Functions - full listing of all JavaScript functions for dealing with date and time.

  6. JavaScript: Dates and Time - W3docs

    In the realm of web development, understanding and manipulating dates and times is crucial for creating dynamic and user-centric applications. JavaScript, being

  7. JavaScript Date cheatsheet - Devhints.io cheatsheets

    The one-page guide to JavaScript Date: usage, examples, links, snippets, and more.