Hello,
Actually, the date page shows the posts from the same date as shown in the screen record below. This is the feature managed by the theme.
https://www.loom.com/share/c2ebaddbeb90467db26fb8d23d7a45c7
However, you can remove the date from the CSS given below by going to Admin Panel > Appearance > Customize > Additional CSS.
.page .entry-date{
display: none;
}
Hope this helps.
If you have further queries, let us know.
Thank you.