About 1,450,000 results
Open links in new tab
  1. Date - JavaScript | MDN - MDN Web Docs

    There are various methods that allow you to interact with the timestamp stored in the date: You can interact with the timestamp value directly using the getTime() and setTime() methods.

  2. JavaScript Date Methods - W3Schools

    new Date() returns a date object with the current date and time. The get methods above return Local time. Universal time (UTC) is documented at the bottom of this page. The get methods …

  3. JavaScript Date Objects - GeeksforGeeks

    Jul 11, 2025 · In JavaScript, the Date object is a built-in object that allows you to work with dates and times. It provides a variety of methods to handle dates, compare them, manipulate them, …

  4. JavaScript Date Object Explained – Complete Guide with Examples

    Dec 22, 2025 · In this article, you’ll learn how JavaScript dates work under the hood, how to create and format them correctly, and how to safely get, set, and compare date values in real‑world …

  5. JavaScript Date Object: Working with Dates - CodeLucky

    Feb 6, 2025 · What is the JavaScript Date Object? The JavaScript Date object is a fundamental part of the language, providing powerful tools for working with dates and times. From simple …

  6. Date Methods Reference - TutorialsTeacher.com

    The following table lists all the get methods of Date object. Returns numeric day (1 - 31) of the specified date. Returns the day of the week (0 - 6) for the specified date. Returns four digit year …

  7. JavaScript Date Properties and Methods - Tutorial Republic

    This chapter contains a brief overview of the properties and method of the global Date object. The JavaScript Date object is a global object that is used to work with dates and times. The Date …

  8. Complete Guide to JavaScript Date Getters & Setters: Manage …

    Master JavaScript Date methods — get, set, compare, and work with UTC and local dates in readable and practical steps. JavaScript’s Date object is a powerful tool for managing dates …

  9. JavaScript Date Reference - 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.

  10. Date - JavaScript | MDN

    Creates a JavaScript Date instance that represents a single moment in time. Date objects are based on a time value that is the number of milliseconds since 1 January, 1970 UTC.