Skip to content
Discussion options

You must be logged in to vote

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:

  1. Edit your config file (config/config.php):
    $conf['settings']['default.language'] = 'en_gb';

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:

  • en_gb - British English (DD/MM/YYYY)
  • de_de - German (DD.MM.YYYY)
  • fr_fr - French …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@mikedufty
Comment options

@JohnVillalovos
Comment options

Answer selected by JohnVillalovos
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants