MongoDB
 sql >> Database >  >> NoSQL >> MongoDB

Schema della data della mangusta

Prova ad aggiungere un getter personalizzato nello schema per ottenere la stringa di data formattata come previsto.

var recordsSchema = new Schema ({
  scheduled: Date,
  get: value => value.toDateString()
});