Javascript Date subtractNow(b)
Date.prototype.subtractNow = function(b) { return this.subtract(new Date()) }