**Is your feature request related to a problem? Please describe.** <!-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --> It is quite bad when a user cannot see what day they are trying to book. <img width="425" height="306" alt="Image" src="https://github.com/user-attachments/assets/ff228533-ce1d-4d77-bab6-bc74de61251f" /> The page should instead also show the day/month, i.e. 30th Sep. **BEFORE MERGING** - [ ] Storybooks created where possible - [ ] Tested with [react testing library](https://testing-library.com/docs/react-testing-library/example-intro) - [ ] Tests written for critical interactions - [ ] PR Reviewed (For non-trivial changes) - [ ] Changes tested after rebasing on master or merging in master (_hint_: `git fetch origin master:master`, then `git rebase master` or `git merge master`) - [ ] All required PR checks passing
Is your feature request related to a problem? Please describe.
It is quite bad when a user cannot see what day they are trying to book.
The page should instead also show the day/month, i.e. 30th Sep.
BEFORE MERGING
git fetch origin master:master, thengit rebase masterorgit merge master)