Add colon date format mm:dd:yy hh:mm:ss

This commit is contained in:
asannikov
2020-06-17 22:55:25 +02:00
parent d820a6159a
commit 9e5141594f
3 changed files with 91 additions and 6 deletions

View File

@@ -106,6 +106,15 @@ var examples = []string{
"2014/4/02 03:00:51",
"2012/03/19 10:11:59",
"2012/03/19 10:11:59.3186369",
// yyyy:mm:dd
"2014:3:31",
"2014:03:31",
"2014:4:8 22:05",
"2014:04:08 22:05",
"2014:04:2 03:00:51",
"2014:4:02 03:00:51",
"2012:03:19 10:11:59",
"2012:03:19 10:11:59.3186369",
// Chinese
"2014年04月08日",
// yyyy-mm-ddThh