summaryrefslogtreecommitdiff
path: root/styles.go
diff options
context:
space:
mode:
authorxuri <xuri.me@gmail.com>2021-04-20 15:20:46 +0000
committerxuri <xuri.me@gmail.com>2021-04-20 16:01:17 +0000
commitf5a20fa03f2abd9edfa2f9da66680e987fffae79 (patch)
tree1f15059287fbbacf3fc80a3ec89e0f8b7288e813 /styles.go
parentd42834f3a82cebe6b54fd67b1f7f50582ea287dc (diff)
Fixed #823, 12/24 hours time format parsing error
Diffstat (limited to 'styles.go')
-rw-r--r--styles.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/styles.go b/styles.go
index d58281d..15234fd 100644
--- a/styles.go
+++ b/styles.go
@@ -48,7 +48,7 @@ var builtInNumFmt = map[int]string{
19: "h:mm:ss am/pm",
20: "h:mm",
21: "h:mm:ss",
- 22: "m/d/yy h:mm",
+ 22: "m/d/yy hh:mm",
37: "#,##0 ;(#,##0)",
38: "#,##0 ;[red](#,##0)",
39: "#,##0.00;(#,##0.00)",