Skip to content
Snippets Groups Projects
Commit 847eef63 authored by Rafael László's avatar Rafael László :speech_balloon:
Browse files

Merge branch '24h-time-format' into 'master'

Change hours to 24 hour format

See merge request !3
parents fd403901 6cb06a25
No related branches found
No related tags found
1 merge request!3Change hours to 24 hour format
Pipeline #8724 passed
...@@ -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