Skip to content
Snippets Groups Projects
Commit 6cb06a25 authored by Reményi Gergely's avatar Reményi Gergely
Browse files

Change hours to 24 hour format

parent fcbdd204
No related branches found
No related tags found
1 merge request!3Change hours to 24 hour format
...@@ -162,7 +162,7 @@ ...@@ -162,7 +162,7 @@
{{history.createdAt | date: 'yyyy. MMM dd.'}}   {{history.createdAt | date: 'yyyy. MMM dd.'}}  
</div> </div>
<div class="pl-sm-1" style="white-space: nowrap;"> <div class="pl-sm-1" style="white-space: nowrap;">
{{history.createdAt | date: 'hh:mm:ss'}} {{history.createdAt | date: 'H:mm:ss'}}
</div> </div>
</div> </div>
<div class="d-flex flex-row"> <div class="d-flex flex-row">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment