About 547,000 results
Open links in new tab
  1. JavaScript Date Methods - W3Schools

    Well organized and easy to understand Web building tutorials with lots of examples of how to use HTML, CSS, JavaScript, SQL, Python, PHP, Bootstrap, Java, XML and more.

  2. Date - JavaScript | MDN - MDN Web Docs

    JavaScript Date objects represent a single moment in time in a platform-independent format. Date objects encapsulate an integral number that represents milliseconds since the midnight at the …

  3. Date and time - The Modern JavaScript Tutorial

    Oct 14, 2022 · It stores the date, time and provides methods for date/time management. For instance, we can use it to store creation/modification times, to measure time, or just to print out the current date.

  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 Methods - vidvaan.github.io

    Dec 19, 2024 · The Date object in JavaScript has a variety of methods for manipulating and formatting dates. Below are 15 commonly used methods, along with their descriptions and examples:

  6. Date () constructor - JavaScript | MDN

    Dec 17, 1995 · Given at least a year and month, this form of Date() returns a Date object whose component values (year, month, day, hour, minute, second, and millisecond) all come from the …

  7. JavaScript Dates - W3Schools

    2 days ago · When a date object is created, a number of methods allow you to operate on it. Date methods allow you to get and set the year, month, day, hour, minute, second, and millisecond of date …

  8. Date Methods Reference - TutorialsTeacher.com

    This article list out all the Date methods available in JavaScript e.g. getDate (), getDay (), getYear (), getMonth (), getHours () etc.

  9. Master JavaScript Date Methods: Get, Set & Compare Dates Like a Pro

    Jul 27, 2025 · Thankfully, JavaScript’s Date object gives us a complete set of get and set methods to work with time. Let’s break them down into getters, setters, UTC methods, and real-world date …

  10. JavaScript Date Object: Working with Dates - CodeLucky

    Feb 6, 2025 · A comprehensive guide to the JavaScript Date object, covering creation, manipulation, formatting, and common use cases for handling dates and times.