JavaScript date library

Don't know how many of y'all are doing JavaScript and may need this, but thought I'd throw it out just in case.


I found a JavaScript library called DateJS that does a lot of the work for formatting dates in JS.  It'll take care of formatting dates, adding and subtracting days, converting formats, and that sort of thing. 
Logged