Javascript Date getSimpleDate()
getSimpleDate()
Date.prototype.getSimpleDate = function() { return this.getDate() + "/" + (this.getMonth() + 1) + "/" + this.getFullYear(); };