Show date in without time
This commit is contained in:
parent
0ee3f269b5
commit
fbd283cd1c
@ -14,7 +14,7 @@
|
|||||||
<table class="container col-lg-12" id="content">
|
<table class="container col-lg-12" id="content">
|
||||||
{{range .Transactions}}
|
{{range .Transactions}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{.Date}}</td>
|
<td>{{.Date.Format "02.01.2006"}}</td>
|
||||||
<td>
|
<td>
|
||||||
{{.Account}}
|
{{.Account}}
|
||||||
</td>
|
</td>
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
<table class="container col-lg-12" id="content">
|
<table class="container col-lg-12" id="content">
|
||||||
{{range .Transactions}}
|
{{range .Transactions}}
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{.Date}}</td>
|
<td>{{.Date.Format "02.01.2006"}}</td>
|
||||||
<td>
|
<td>
|
||||||
{{.Account}}
|
{{.Account}}
|
||||||
</td>
|
</td>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user