The Date object

To talk about exactly the problem let's go ahead and pull up the documentation for date by Googling mdn date, this is going to bring us to the Mozilla Developer Network documentation page for Date, which is a really great set of documentation:

On this page, we have access to all of the methods available, these are all methods kind of like getTime that return something specific about the date:

For example, as shown in the previous screenshot, we have a getDate method that returns the day of the month, a value from 1 to 31. We ...

Get Advanced Node.js Development now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.