I have an array of objects for the next three days, so every day it changes. I want to sort out the objects by the dates. Each object has these elements.
dt: 1649278800
dt_txt: "2022-04-06 21:00:00"
I would like to sort the objects depending on the date, and create a new array with the objects which have the same date. So all the "2022-04-06" dates in one array all the "2022-04-07" in an another array etc.