Hi there,
I have a database collection that enables users to post photos, and I use a list component to display these photos.
What I am trying to do is group the entries by day, in one single list. So that I can get:
-the date
-all the posts from that day
-the day before
-all the posts from that day
etc
I’ve read about creating a separate collection called ‘dates’ that is linked to posts, but am not managing to get dates automatically assigned to each post as it gets created, so it’s not working
Can anyone can guide me in the right direction?
Many thanks!