Hi there,
Writing a small french website that wil be used by a little NGO, i see that the date format in the pages admin is DD-MM-YYYY.
For the people that will use it, it will be misleading.
Where can I change the format ? Witch blueprint (under user/)
I've tryed this :
```yaml
pages:
theme: epa
dateformat:
default: 'd-m-Y H:i' # Format de saisie principal (ex: 25-12-2026 15:30)
short: 'd-m-Y' # Format court sans les heures
long: 'd-m-Y H:i:s' # Format long complet
```
But it has no effect.
Thanks for your help.
Grav v.2.1.6
