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 since: {{ user.createdAt|date('Y-m-d H:i:s') }}
+User since: {{ user.createdAt|date('d/m/Y') }}
Uploads: {{ user.files.count }}