I have a date like :
{
......
title: x
createdAt:"2021-07-02T11:26:08.671+00:00
......
},
{
......
title: x
createdAt:"2021-07-03T11:26:08.671+00:00
......
},
{
......
title: x
createdAt:"2021-07-05T11:26:08.671+00:00
......
},
I want to search data created on 2021-07,year and month matter, how to achieve this? My input date format : 2021-07.