Javascript Date toStringDateHour()
toStringDateHour()
Date.prototype.toStringDateHour = function() { return (this.getMonth()+1)+"/"+this.getDate()+" "+this.getHours()+"?" }