diff options
Diffstat (limited to 'templates/base.qtpl.go')
-rw-r--r-- | templates/base.qtpl.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base.qtpl.go b/templates/base.qtpl.go index 5f39e8d..d2bcc73 100644 --- a/templates/base.qtpl.go +++ b/templates/base.qtpl.go @@ -68,7 +68,7 @@ func FromUInttoString(u *uint) string { //line base.qtpl:28 func TimeFormat(t time.Time) string { - return t.Format("2006-01-02") + return t.Format("02.01.2006") } //line base.qtpl:33 |