mirror of
https://github.com/araddon/dateparse.git
synced 2024-11-10 11:51:54 +08:00
doc updates for #58
This commit is contained in:
parent
26506dc7a8
commit
1e64c9214a
@ -150,6 +150,7 @@ var examples = []string{
|
|||||||
"3.31.2014",
|
"3.31.2014",
|
||||||
"03.31.2014",
|
"03.31.2014",
|
||||||
"08.21.71",
|
"08.21.71",
|
||||||
|
"2014.03",
|
||||||
// yyyymmdd and similar
|
// yyyymmdd and similar
|
||||||
"20140601",
|
"20140601",
|
||||||
// unix seconds, ms
|
// unix seconds, ms
|
||||||
@ -265,6 +266,7 @@ func main() {
|
|||||||
| 3.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
| 3.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
||||||
| 03.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
| 03.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
||||||
| 08.21.71 | 1971-08-21 00:00:00 +0000 UTC |
|
| 08.21.71 | 1971-08-21 00:00:00 +0000 UTC |
|
||||||
|
| 2014.03 | 2014-03-01 00:00:00 +0000 UTC |
|
||||||
| 20140601 | 2014-06-01 00:00:00 +0000 UTC |
|
| 20140601 | 2014-06-01 00:00:00 +0000 UTC |
|
||||||
| 1332151919 | 2012-03-19 10:11:59 +0000 UTC |
|
| 1332151919 | 2012-03-19 10:11:59 +0000 UTC |
|
||||||
| 1384216367189 | 2013-11-12 00:32:47.189 +0000 UTC |
|
| 1384216367189 | 2013-11-12 00:32:47.189 +0000 UTC |
|
||||||
|
@ -89,6 +89,7 @@ var examples = []string{
|
|||||||
"3.31.2014",
|
"3.31.2014",
|
||||||
"03.31.2014",
|
"03.31.2014",
|
||||||
"08.21.71",
|
"08.21.71",
|
||||||
|
"2014.03",
|
||||||
// yyyymmdd and similar
|
// yyyymmdd and similar
|
||||||
"20140601",
|
"20140601",
|
||||||
// unix seconds, ms
|
// unix seconds, ms
|
||||||
@ -204,6 +205,7 @@ func main() {
|
|||||||
| 3.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
| 3.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
||||||
| 03.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
| 03.31.2014 | 2014-03-31 00:00:00 +0000 UTC |
|
||||||
| 08.21.71 | 1971-08-21 00:00:00 +0000 UTC |
|
| 08.21.71 | 1971-08-21 00:00:00 +0000 UTC |
|
||||||
|
| 2014.03 | 2014-03-01 00:00:00 +0000 UTC |
|
||||||
| 20140601 | 2014-06-01 00:00:00 +0000 UTC |
|
| 20140601 | 2014-06-01 00:00:00 +0000 UTC |
|
||||||
| 1332151919 | 2012-03-19 10:11:59 +0000 UTC |
|
| 1332151919 | 2012-03-19 10:11:59 +0000 UTC |
|
||||||
| 1384216367189 | 2013-11-12 00:32:47.189 +0000 UTC |
|
| 1384216367189 | 2013-11-12 00:32:47.189 +0000 UTC |
|
||||||
|
Loading…
Reference in New Issue
Block a user