Skip to content

Commit 23c641f

Browse files
committed
ICU-22397 Better UserGuide explanation of date pattern char Y
1 parent 0bf8a95 commit 23c641f

File tree

1 file changed

+1
-1
lines changed
  • docs/userguide/format_parse/datetime

1 file changed

+1
-1
lines changed

docs/userguide/format_parse/datetime/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ Note that the examples may not reflect current CLDR data.
205205
| --- | --- | --- | --- |
206206
| `G` | era designator | `G`, `GG`, or `GGG`<br/>`GGGG`<br/>`GGGGG` | AD<br/>Anno Domini<br/>A |
207207
| `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 |
209209
| `u` | extended year | `u` | 4601 |
210210
| `U` | cyclic year name, as in Chinese lunar calendar | `U` | 甲子 |
211211
| `r` | related Gregorian year | `r` | 1996 |

0 commit comments

Comments
 (0)