0
で働いていない私は、時間
MongoDBのISODate形式の比較はPHP
$from=$start = new MongoDate(strtotime('2016-04-11 00:00:00'));
$to=new MongoDate(strtotime('2016-06-18 00:00:00'));
$filterpatient = array("order.patientinfo.order_id" => $ordertext,"order.orderitem.estdate" => array('$gte' =>$from, '$lte' => $to));
$cursor = $collection->find($filterpatient)->sort(array('_id'=>-1));
を照会するには、次のPHPコードを書いています。しかし、これは何の結果を与えていない"estdate" : "2016-06-14T06:49:00.000Z"
のようなMongoDBのレコードを持っています。