Quick and Dirty Date Differences with JavaScript (Page 1 of 2 )
In this tutorial, I'll discuss how to calculate the difference between two dates using JavaScript. The potential applications of this are many -- from counting down to a particular event, to counting up from a past date, to dynamically indicating what's new on your website. Sounds like fun doesn’t it?