mongodb查詢某一天的數據

方法1、 db.集合名.find({con_date:new Date("2018-08-13")}) db.集合名.find({con_date:ISODate("2018-08-13")})html 方法2、 db.集合名.find({con_date:{'$gte':ISODate("2010-12-21"),'$lt':ISODate("2010-12-22")}})markdown 注意
相關文章
相關標籤/搜索