Javascript Number hours()
hours()
Number.prototype.hour = Number.prototype.hours = function() { return (this * 3600 * 1000); };