Skip to content

Commit 227869e

Browse files
committed
README clarity
1 parent caf6a63 commit 227869e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,6 @@ parse("2000-01-01").toUTCString()
4545
More strict parsing compared with [Luxon’s `fromISO`](https://moment.github.io/luxon/#/parsing?id=iso-8601) (used in Eleventy v0.x through v3):
4646
4747
```
48-
2016 # Dropped
49-
2016-05 # Dropped
50-
201605 # Dropped, delimiter required if date is not 8 digits
5148
2016-05-25
5249
20160525
5350
2016-05-25T09
@@ -59,6 +56,11 @@ More strict parsing compared with [Luxon’s `fromISO`](https://moment.github.io
5956
2016-05-25T092415.123
6057
2016-05-25T09:24:15,123
6158
59+
# No YYYY or YYYYMM syntax
60+
2016 # Dropped
61+
2016-05 # Dropped
62+
201605 # Dropped
63+
6264
# No ISO week date syntax
6365
2016-W21-3 # Dropped
6466
2016W213 # Dropped

0 commit comments

Comments
 (0)