Javascript Number minutes()
minutes()
Number.prototype.minute = Number.prototype.minutes = function() { return (this * 60 * 1000); };