MongoDB ISODate query with PHP
问题 I am trying to retrieve data from mongo collection based on date, I want to get data where the date is greater or equal to the present day's date (i.e. the date under the data field). However I can't seem to understand why my query returns nothing (empty mongo object). Below is my code: Array struct/content: { "_id" : ObjectId("990093409187049704809d"), "type" : "number 1 champion", "entryDate" : ISODate("2016-05-12T10:55:55.000+0000"), "requester" : { "cn" : "Torgue", "username" : "tg" },