Date format/region #666
-
Can anyone tell me if there is a way to get the calendar to display dates in day/month/year format? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
I got this answer by using Claude Code. Please verify. Changing Date Format in LibreBookingThe question asks how to change the calendar to display dates in day/month/year format instead of USA format. Solution: Change Default Language SettingThe easiest solution is to change the default language in your configuration:
This changes from US format (m/d/Y = 12/31/2023) to British format (d/m/Y = 31/12/2023). Alternative Languages with DD/MM/YYYY Format You can also use other languages that use day/month/year format:
File Locations The date formats are defined in:
After changing the configuration, clear any template cache and the calendar should display dates in day/month/year format.
|
Beta Was this translation helpful? Give feedback.
I got this answer by using Claude Code. Please verify.
Changing Date Format in LibreBooking
The question asks how to change the calendar to display dates in day/month/year format instead of USA format.
Solution: Change Default Language Setting
The easiest solution is to change the default language in your configuration:
config/config.php
):This changes from US format (m/d/Y = 12/31/2023) to British format (d/m/Y = 31/12/2023).
Alternative Languages with DD/MM/YYYY Format
You can also use other languages that use day/month/year format: