Introduction to date and time in JavaScript

The date reference type in JavaScript is based on Java's lang...

Basic Date reference type methods

As with all other reference types there are a few methods that are naturally inherited by the Date type. These are:

Date and time conversion methods

Most of the methods available for working with the Date type (object) are used for direct setting or retrieving specified parts of the date or time values and they are Date