Query by date range using Mongoose for dates that have format MM/DD/YY h:m

前端 未结 0 725
迷失自我
迷失自我 2021-01-01 02:43

I have a schema like this

    const someSchema = new mongoose.Schema (
{
   updatedAt: { type: string }
}, { timestamps: { currentTime: () => moment().form         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题