I am working on a chat system and whenever a new chat is created, I want to display its “Creation Date” on top.
The problems that I am facing is that when multiple chats get created on the same date, then the same date gets displayed over all the chats. What I want is to only show a date once per day no matter how many chats get created.
I have added the screenshots of my design structure and problem preview. Any suggestions/help will be appreciated.