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 Star_fullStar_fullStar_fullStar_full

I think that using the getT...

Avatar Talk