The Date object in JavaScript is used to represent a moment of time. It is used to work with date and time.
The complete list of JavaScript properties and methods are listed below:
- JavaScript | Date
- JavaScript | Date.constructor Property
- JavaScript | date.getDate() Function
- JavaScript | date.getDay() method
- JavaScript | date.getFullYear() Function
- JavaScript | date.getHours() Function
- JavaScript | date.getMilliseconds() Function
- JavaScript | date.getMinutes() Method
- JavaScript | date.getMonth() method
- JavaScript | date.getSeconds() method
- JavaScript | date.getTime() Method
- JavaScript | date.getTimezoneOffset() with Examples
- JavaScript | date.getUTCDate() Function
- JavaScript | date.getUTCDay() Function
- JavaScript | date.getUTCFullYear() Function
- JavaScript | date.getUTCHours() Function
- JavaScript | date.getUTCMilliseconds() Function
- JavaScript | date.getUTCMinutes() Function
- JavaScript | date.getUTCMonth() Function
- JavaScript | date.getUTCSeconds() Function
- JavaScript | Date.now() method
- JavaScript | Date.parse()
- JavaScript | Date.prototype property
- JavaScript | date.setDate() function
- JavaScript | date.setFullYear() Function
- JavaScript | date.setHours() Function
- JavaScript | date.setMilliseconds() function
- JavaScript | date.setMinutes() Function
- JavaScript | date.setMonth() function
- JavaScript | date.setSeconds() Function
- JavaScript | date.setUTCDate() function
- JavaScript | date.setUTCFullYear() function
- JavaScript | date.setUTCHours() function
- JavaScript | date.setUTCMilliseconds() function
- JavaScript | date.setUTCMinutes() function
- JavaScript | date.setUTCMonth() method
- JavaScript | date.setUTCSeconds() function
- JavaScript | date.toDateString() function
- JavaScript | date.toISOString() function
- JavaScript | date.toJSON() function
- JavaScript | date.toLocaleDateString() method
- JavaScript | date.toLocaleTimeString() method
- JavaScript | date.toLocaleString() method
- JavaScript | date.toString() function
- JavaScript | date.toTimeString() function
- JavaScript | date.toUTCString() function
- JavaScript | Date.UTC( )
- JavaScript | date.valueOf() function
Recommended Posts:
- How to validate if input date (end date) in input field must be after a given date (start date) using express-validator ?
- How to validate if input date (start date) in input field must be before a given date (end date) using express-validator ?
- JavaScript | Math Object Complete Reference
- JavaScript | Boolean and dataView Complete Reference
- PHP | Calendar Functions Complete Reference
- CSS | Selectors Complete Reference
- PHP | array Functions Complete Reference
- PHP | Gmagick Functions Complete Reference
- HTML | DOM Complete Reference
- PHP | Ds\Deque Functions Complete Reference
- HTML | Attributes Complete Reference
- PHP | Ds\Set Functions Complete Reference
- PHP | Ds\Map Functions Complete Reference
- HTML | Tags Complete Reference
- HTML | DOM Audio/Video Complete Reference
- CSS | Functions Complete Reference
- CSS | Properties Complete Reference
- PHP | Filesystem Functions Complete Reference
- PHP | Image Processing and GD Functions Complete Reference
- PHP | GMP Functions Complete Reference
If you like GeeksforGeeks and would like to contribute, you can also write an article using contribute.geeksforgeeks.org or mail your article to contribute@geeksforgeeks.org. See your article appearing on the GeeksforGeeks main page and help other Geeks.
Please Improve this article if you find anything incorrect by clicking on the "Improve Article" button below.


