I would like to be able to show a date as a day of the week. Using dddd works if the date is at least a week away:
Saturday
[date=2025-11-01 time=18:00:00 timezone="Europe/Madrid" format="dddd"]
But if the date is yesterday or in 48 hours, the time appears along with yesterday/today/tomorrow:

- [date=2020-10-31 time=18:00:00 timezone="Europe/Madrid" format="dddd"]
- [date=2020-11-01 time=18:00:00 timezone="Europe/Madrid" format="dddd"]
- [date=2020-11-02 time=15:00:00 timezone="Europe/Madrid" format="dddd"]
- [date=2020-11-03 time=15:00:00 timezone="Europe/Madrid" format="dddd"]
Is there a way to prevent this smart behavior?