Fix date formatting on mainpage

This commit is contained in:
2020-10-09 17:22:53 +02:00
parent 251018db1f
commit e725c30cf8
3 changed files with 5 additions and 1 deletions

View File

@@ -7,4 +7,5 @@ type Washlist struct {
Person string `json:"person"`
Date time.Time `json:"date"`
Washed int `json:"iswashed"`
DateString string `json:"datestring"`
}