The Javascript Date Object
jsDatePick, our GPL javascript calendar script, makes use of the Javascript Date Object. The Date Object allows us to use javascript to work with date and times, all via the Date() constructor. There are several ways to create a date instance, and also a range of way to operate on a date instance. Let's have a look in more detail, with some examples.

