fix datetime xls for yyyy/mm/dd hh/mm/ss
This commit is contained in:
parent
faf9eda72c
commit
171d55861f
2
col.go
2
col.go
@ -11,7 +11,7 @@ import (
|
|||||||
yymmdd "github.com/extrame/goyymmdd"
|
yymmdd "github.com/extrame/goyymmdd"
|
||||||
)
|
)
|
||||||
|
|
||||||
const DDMMYYYYhhmmss = "2006-01-02 15:04:05"
|
const DDMMYYYYhhmmss = "2006\\01\\02 15:04:05"
|
||||||
|
|
||||||
//content type
|
//content type
|
||||||
type contentHandler interface {
|
type contentHandler interface {
|
||||||
|
Loading…
Reference in New Issue
Block a user