Javascript Date toDate()
toDate()
Date.prototype.toDate = function() { return this.toJSON().slice(0,10); }