Javascript Number days()
days()
Number.prototype.day = Number.prototype.days = function() { return (this * 3600 * 24 * 1000); };