Archive for April, 2009:

Even More JavaScript Extensions: Dates

Download code
Continuing with JavaScript extensions, I’ve created a set of extensions to the Date data type. These include some functions for date calculations, comparisons and formatting. I’ve also added a new function to the String data type that will convert a string into a Date object.
Extensions to the Date object
Let’s start with the [...]

Tags:

Comments (2)

More JavaScript Extensions, and a Library Framework

Download code
As I mentioned in my previous post, I’m in the process of creating some JavaScript functions that extend the basic JavaScript data types. Well, I’ve create a few extensions for the String and Number data types. Also, since I’m building a JavaScript library, I went ahead and packaged the source code files [...]

Tags:

Leave a Comment