Javascript Date subtractNow(b)

Description

Javascript Date subtractNow(b)

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



PreviousNext

Related