Database
[{_id:ObjectId("63a318c36ccc42d2330fae5c"),details:"hii there i am feeling great today",status:"1",createdAt:ISODate("2021-11-28T11:06:00.736Z")},{_id:ObjectId("63a318c36ccc42d2330fae50"),details:"hi i am feeling good today",status:"1",createdAt:ISODate("2022-12-28T11:08:40.400Z"),},{_id:ObjectId("63a318c36ccc42d2330fae51"),details:"Hello!! This is Ankit and feeling good",status:"1",createdAt:ISODate("2022-11-14T10:31:36.098Z")},{_id:ObjectId("63a318c36ccc42d2330fae53"),details:"Felling bad a bit",status:"1",createdAt:ISODate("2023-01-02T10:32:27.149Z")},{_id:ObjectId("63a318c36ccc42d2330fae5f"),details:"Hmm, its ok ok",status:"1",createdAt:ISODate("2023-01-02T10:33:19.386Z")}]
Query
db.collection.find({$expr:{$and:[{$eq:[{$year:"$createdAt"},2022]},{$eq:[{$month:"$createdAt"},11]}]}})