From 52299c1ff2adf2084b203b443f9dd97db1f8b854 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 6 Mar 2026 14:50:50 +0000 Subject: [PATCH] fix: set lang=en-GB on html root to force dd/mm/yyyy and 24h inputs The previous fix updated JavaScript date formatting functions to use en-GB locale, but native and elements render their placeholder/display format based on the HTML document's lang attribute, not JavaScript. Changing lang="en" to lang="en-GB" on the root element fixes all 15+ date/time inputs across the app in one place. --- frontend/src/app.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/app.html b/frontend/src/app.html index b5179723..430940d9 100644 --- a/frontend/src/app.html +++ b/frontend/src/app.html @@ -1,5 +1,5 @@ - +