Changes

JavaScript Date Object

109 bytes added, 13:58, 8 May 2007
Creating a JavaScript Date Object
== Creating a JavaScript Date Object ==
A javaScript Date Object is created much like any other object in JavaScript, using the ''new'' keyword and some optional arguments (for an overview of Objects in JavaScript see [[JavaScript Object Basics]]).The following examples show the different ways of creating and initializing a Date object instance: