Javascript Date toDisplayDateString()
toDisplayDateString()
Date.prototype.toDisplayDateString = function () { return this.getDate() + " " + this.getMonthName(); }