Javascript Knowledge Resource
Javascript is a great scripting language that is enjoying somewhat of a renaissance in recent years due to the use of AJAX for web applications, and frameworks like jQuery. For our many jsDatePick users that at the beginner to intermediate level, we have added this small javascript resource, highlighting parts of the javascript language that we use for our javascript calendar.
Articles
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. ...Continue Reading "The Javascript Date Object"

