Javascript Date dateToJSON()
dateToJSON()
Date.prototype.dateToJSON = function() { return this.toJSON().substring(0, 11); };