Show date in without time

This commit is contained in:
Jan Bader 2021-12-07 15:42:39 +00:00
parent 0ee3f269b5
commit fbd283cd1c
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@
<table class="container col-lg-12" id="content">
{{range .Transactions}}
<tr>
<td>{{.Date}}</td>
<td>{{.Date.Format "02.01.2006"}}</td>
<td>
{{.Account}}
</td>

View File

@ -14,7 +14,7 @@
<table class="container col-lg-12" id="content">
{{range .Transactions}}
<tr>
<td>{{.Date}}</td>
<td>{{.Date.Format "02.01.2006"}}</td>
<td>
{{.Account}}
</td>