From 6cb06a256e211b2bf2c4bcd499b75bd4317547e7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rem=C3=A9nyi=20Gergely?= <gergo@gergo.city> Date: Mon, 6 Sep 2021 14:52:35 +0200 Subject: [PATCH] Change hours to 24 hour format --- src/app/core/service-detail/service-detail.component.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/core/service-detail/service-detail.component.html b/src/app/core/service-detail/service-detail.component.html index dff025e..3b1eacf 100644 --- a/src/app/core/service-detail/service-detail.component.html +++ b/src/app/core/service-detail/service-detail.component.html @@ -162,7 +162,7 @@ {{history.createdAt | date: 'yyyy. MMM dd.'}} </div> <div class="pl-sm-1" style="white-space: nowrap;"> - {{history.createdAt | date: 'hh:mm:ss'}} + {{history.createdAt | date: 'H:mm:ss'}} </div> </div> <div class="d-flex flex-row"> -- GitLab