Even More JavaScript Extensions: Dates
filed in Development on Apr.20, 2009
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 [...]