Browse Source

show day for history;

modulation
stingl 4 years ago
parent
commit
fd3a7b6911
  1. 3
      src/views/History.vue

3
src/views/History.vue

@ -13,6 +13,9 @@ @@ -13,6 +13,9 @@
<h6>Datum</h6>
<input id="date" type="date" class="form-control" v-model="customDateForPastDays">
</div>
<div>
{{ customDateForPastDays.format('dddd') }}
</div>
<ul class="list-group">
<li class="list-group-item"
:style="entry.archive ? 'background-color: lightgrey;' : ''"

Loading…
Cancel
Save