ISODate类型
算出时间戳
> ISODate("2012-04-16T16:00:00Z").valueOf()
1334592000000
然后根据得到的时间戳查询即可
db.openapps_visitlog.find({"request_time":{$gte:new Date(1334592000000)}})
权限用户设置
http://www.cnblogs.com/zengen/archive/2011/04/23/2025722.html
时间: 2024-11-13 10:20:18