summaryrefslogtreecommitdiff
path: root/styles.go
diff options
context:
space:
mode:
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)",