1 2 3
var DateHelper = { timeAgoInWords: function(from) { return this.distanceOfTimeInWords(new Date(), from);
// cf http://www.37signals.com/svn/posts/1557-javascript-makes-relative-times-compatible-with-caching var DateHelper = {