gpt4 book ai didi

node.js - 如何更改 MongoDB 和 mongoose 中的日期格式

转载 作者:可可西里 更新时间:2023-11-01 10:45:12 24 4
gpt4 key购买 nike

<分区>

我有以下代码。

const Price = mongoose.model('Price', new mongoose.Schema({
dateFrom: {
type: Date,
required: true
},
dateTo: {
type: Date,
required: true
}
}));

在数据库中,它们以 2018-12-29T00:00:00.000Z 格式存储。我想做的是将其存储为 2018-12-29。有什么办法吗?

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com