Node.js examples for Date:Date Format
Date to String Date Hour
Date.prototype.toStringDateHour = function() { return (this.getMonth()+1)+"/"+this.getDate()+" "+this.getHours()+"?" }