1. Computing

Date

From , former About.com Guide

Definition: The Date class is used to define and manipulate dates. You can obtain the current date and time as well as perform date calculations using this class. This is not a reserved word so you can declare your own variable or function called Date but if you do then you will not be able to use the Date class.
Examples:
var today = new Date();
Top Related Searches new date current date

©2013 About.com. All rights reserved.