From 171d55861f21230b4bdd6a5cf64eb2f819d97c0e Mon Sep 17 00:00:00 2001 From: elbert-widjaja Date: Mon, 20 Jun 2022 14:16:33 +0800 Subject: [PATCH] fix datetime xls for yyyy/mm/dd hh/mm/ss --- col.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/col.go b/col.go index 70c33a0..e298c63 100644 --- a/col.go +++ b/col.go @@ -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 {