1 2 3 4
Date.prototype.when = function(){ var diff = (new Date() - this)/1e3, u = [ "second", "minute", "hour", "day", "weeks", "month", "year" ], ...
JavaScript On Beautify JS Date to how rec...
by Tomasz `neo` Kołodziejski,
October 03, 2007 06:20

I think that using the getT...