About 185,000 results
Open links in new tab
  1. 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 …

  2. JavaScript Dates - W3Schools

    1 day ago · Date methods allow you to get and set the year, month, day, hour, minute, second, and millisecond of date objects, using …

  3. Date () constructor - JavaScript | MDN - MDN Web Docs

    Dec 17, 1995 · The Date () constructor creates Date objects. When called as a function, it returns a string representing the current time.

  4. JavaScript Date - GeeksforGeeks

    Jul 11, 2025 · The JavaScript Date object represents a specific moment in time, measured in milliseconds since the Unix Epoch …

  5. JavaScript Get Date Methods - W3Schools

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

  6. 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 …

  7. JavaScript Date Objects - W3Schools

    5 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 …

  8. Date JavaScript API

    Parses string into a date and returns the number of milliseconds this date is from 01 January, 1970 UTC. Use new Date (string) to …

  9. Date - JavaScript | MDN - devdoc.net

    Jun 24, 2017 · The JavaScript Date object provides uniform behavior across platforms. The time value can be passed between …

  10. JavaScript Date: Create, Convert, Compare Dates in JavaScript

    Feb 5, 2019 · JavaScript provides Date object to work with date & time, including days, months, years, hours, minutes, seconds, and …