Javascript

Date Object – JavaScript

Share

The Date object is a datatype that is used to work with dates and times which is built into the JavaScript language.

Date objects are created with the new Date() that represents a single moment in time.

Once a Date object is created, you can allow a number of methods to operate on it.

This objects can be instantiated only by calling JavaScript Date as a constructor.

Syntax:

var dt = new Date();
var dt = new Date(milliseconds);
var dt = new Date(dateString);
var dt = new Date(year, month, day, hours, minutes, seconds, milliseconds);

After creating the instance of the Date object, you can get access all the methods of the object from the “dt” variable.

If we pass no argument in the Date(), then the constructor creates a JavaScript Date object for the current date and time according to the date of system settings.

Read Also: JavaScript Arrays

Date Properties:

constructor – Specifies the function that created the Date object’s prototype.
prototype – The property allows to add properties and methods to an object.

Static Methods:

This also defines two static methods i.e. Date.parse() and Date.UTC().

Requirements:

This was introduced in Internet Explorer before version 6.

For more details about the Date Methods click here.

Recent Posts

Peel Power: Discover the Hidden Nutrition in Your Fruit and Veggie Skins

We are all in the pursuit of healthy bodies and therefore we take time to…

7 hours ago

Illuminating Wellness: An In-Depth Review of the Bestqool Redot L Red Light Therapy Device

There is hardly going to be any individual who is not yet aware of the…

21 hours ago

Looking to buy a new AC for your home? Here are the top brands you should explore

When it comes to choosing the best air conditioners in India, we are only spoilt…

1 day ago

The Ultimate Guide to Batman Style BT Earbuds

Think of yourself as Batman while you're listening to your favorite songs. Isn't it interesting?…

2 days ago

Editorial Elevation: Refined Writing Services

Introduction The influence of words is more significant than ever in a digital age. Whether…

4 days ago

How to Start a Business?

How to Start a Business begins with the realization that every business has its risks and…

5 days ago