From feb38b0b16bb24adc9d6845a10aa1e93449fb1b5 Mon Sep 17 00:00:00 2001 From: Constantin Simonis Date: Mon, 6 Nov 2023 12:05:54 +0000 Subject: [PATCH] Change dateformat in profile view --- templates/profile/index.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/profile/index.html.twig b/templates/profile/index.html.twig index 339d8af..91fd3d2 100644 --- a/templates/profile/index.html.twig +++ b/templates/profile/index.html.twig @@ -10,7 +10,7 @@
{{ user.username }}
-

User since: {{ user.createdAt|date('Y-m-d H:i:s') }}

+

User since: {{ user.createdAt|date('d/m/Y') }}

Uploads: {{ user.files.count }}