Javascript Date totalMinutes()
totalMinutes()
Date.prototype.totalMinutes = function(){ return this.getHours()*60+this.getMinutes() }