I wanted to drop documents
which is less than 60 days.
pls see the sample doc
{
"_id" : ObjectId("5c4abd3e29cb6d223043c036"),
"UniqueStoryID" : "4018-1548377034",
"LastUpdated" : 148401982,
"StartRunTime" : "01/25/2019 00:43:54"
}
The date field StartRunTime is string.
How i can query with $lte
?