How to filter an array of objects based on date

Hello,

I'm working with an array of objects that includes nested objects, and I'm looking to filter this array to display only the objects created on a specific date. Additionally, I want to show the nested objects within those filtered objects, but again, only those that correspond to specific dates.

Let me know if you have any insights on achieving this.

6 replies