我需要使用MongoDB根据日期从MongoDB获取记录。我在下面提供我的收藏。
f_task:
{
"_id": "5a13731f9402cc17f81ade10",
"taskname": "task1",
"description": "description",
"timestamp": "2017-11-21 05:58:14",
"created_by": "subhra",
"taskid": "858fca9e2e153a61515c0372e079c521",
"created_date": "21-11-2017"
}
在这里,我需要按照created_date
获取记录。假设用户输入为20-11-2017
或22-11-2017
,那么如果给定日期大于或小于“created_date”值,我需要查询来获取记录。