Spróbuj dodać niestandardowy getter do schematu, aby uzyskać sformatowany ciąg daty zgodnie z oczekiwaniami.
var recordsSchema = new Schema ({
scheduled: Date,
get: value => value.toDateString()
});
Spróbuj dodać niestandardowy getter do schematu, aby uzyskać sformatowany ciąg daty zgodnie z oczekiwaniami.
var recordsSchema = new Schema ({
scheduled: Date,
get: value => value.toDateString()
});