mongo find 时间条件过滤

db.order.find({"order_time":{"$gte": new Date("Tue Jan 01 2017 00:00:00 GMT+0800 (CST)")}}

在表order中找出字段order_time 大于等于2017.1.1 00:00:00 这个时间的记录。 

原文地址:https://www.cnblogs.com/wangss/p/6375661.html