如何将当前时间戳放在Mongoose Schema中?

时间:2011-09-16 21:46:21

标签: node.js mongoose

根据docs,我可以约会:

new Schema({
    date: { type: Date, default: Date.now }
})

但如果我需要时间怎么办?

1 个答案:

答案 0 :(得分:3)

看起来也是时间戳!