diff options
author | xuri <xuri.me@gmail.com> | 2021-04-20 15:20:46 +0000 |
---|---|---|
committer | xuri <xuri.me@gmail.com> | 2021-04-20 16:01:17 +0000 |
commit | f5a20fa03f2abd9edfa2f9da66680e987fffae79 (patch) | |
tree | 1f15059287fbbacf3fc80a3ec89e0f8b7288e813 /styles.go | |
parent | d42834f3a82cebe6b54fd67b1f7f50582ea287dc (diff) |
Fixed #823, 12/24 hours time format parsing error
Diffstat (limited to 'styles.go')
-rw-r--r-- | styles.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)", |