You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/userguide/format_parse/datetime/index.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -205,7 +205,7 @@ Note that the examples may not reflect current CLDR data.
205
205
| --- | --- | --- | --- |
206
206
| `G` | era designator | `G`, `GG`, or `GGG`<br/>`GGGG`<br/>`GGGGG` | AD<br/>Anno Domini<br/>A |
207
207
| `y` | year | `yy`<br/>`y` or `yyyy` | 96<br/>1996 |
208
-
| `Y` | year of "Week of Year" | `Y` | 1997 |
208
+
| `Y` | year in “Week of Year” based calendars in which the year transition occurs on a week boundary; may differ from calendar year ‘y’ near a year transition. This year designation is used with pattern character ‘w’ in the ISO 8601 year-week calendar, for example. | `Y` | 1997 |
209
209
| `u` | extended year | `u` | 4601 |
210
210
| `U` | cyclic year name, as in Chinese lunar calendar | `U` | 甲子 |
0 commit comments