Javascript Number toHours()
toHours()
Number.prototype.toHours = function() { return (this / (60000 * 60)).toFixed(2); }