|
|
|
@ -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;' : ''" |
|
|
|
|