20
0

fix datetime xls for yyyy/mm/dd hh/mm/ss

This commit is contained in:
elbert-widjaja 2022-06-20 14:16:33 +08:00
parent faf9eda72c
commit 171d55861f

2
col.go
View File

@ -11,7 +11,7 @@ import (
yymmdd "github.com/extrame/goyymmdd"
)
const DDMMYYYYhhmmss = "2006-01-02 15:04:05"
const DDMMYYYYhhmmss = "2006\\01\\02 15:04:05"
//content type
type contentHandler interface {