Skip to content

Commit

Permalink
use 24h notation
Browse files Browse the repository at this point in the history
  • Loading branch information
gwleuverink committed May 11, 2022
1 parent 868951a commit aebdd37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/TimeTracker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,9 @@

<!-- START | Time from/to -->
<div class="vuecal__event-time">
{{ event.start.formatTime('hh:mm') }}
{{ event.start.formatTime('HH:mm') }}
<span class="mx-1">-</span>
{{ event.end.formatTime('hh:mm') }}
{{ event.end.formatTime('HH:mm') }}
</div>
<!-- END | Time from/to -->

Expand Down

0 comments on commit aebdd37

Please sign in to comment.