Filter data based on from and until dates filter in node mongoDB
I have a collection in MongoDB database that has some data and would like to filter and find data based on from and until dates. Sample data { "_id": "64958e4cd25792d403c05e83", "dealId": "4981506000014538111", "note": "short description 1123", "dateTime": "09/24/2022 12:22 AM",…