Fix date formatting on mainpage
This commit is contained in:
@@ -7,4 +7,5 @@ type Washlist struct {
|
||||
Person string `json:"person"`
|
||||
Date time.Time `json:"date"`
|
||||
Washed int `json:"iswashed"`
|
||||
DateString string `json:"datestring"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user