My collections having DATE key ,that is in String format, so how to query for finding giving date count or i can find how many data is there: I tried one experiment but it is not working ;
db.colName.find({"date": {$gte: "Tue Aug 30 16:43:22 IST 2016",$lt: "Tue Aug 30 16:43:22 IST 2016"}})
Please suggest is it possible in MongoDB or how how can i find my desire result?