About 157,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 · JavaScript Date Output By default, JavaScript will use the browser's time zone and display a date as a full text string: …

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

  5. JavaScript Date - GeeksforGeeks

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

  6. Date and time - The Modern JavaScript Tutorial

    Oct 14, 2022 · Date and time Let’s meet a new built-in object: Date. It stores the date, time and provides methods for date/time …

  7. JavaScript Date Objects - W3Schools

    6 days ago · JavaScript Date Output By default, JavaScript will use the browser's time zone and display a date as a full text string: …

  8. How do I format a date in JavaScript? - Stack Overflow

    How do I format a Javascript Date object as a string? (Preferable format: 10-Aug-2010)

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

  10. JavaScript - Date - Online Tutorials Library

    The Date object is a datatype built into the JavaScript language. Date objects are created with the new Date( ) as shown below. …