From f24e0a0ff36ae214415898917f17290bd4211c38 Mon Sep 17 00:00:00 2001 From: Antonio Bueno Date: Sat, 30 Sep 2023 07:29:58 +0000 Subject: [PATCH] ICU-22323 Describe date field symbol `ee` as `02`, not `2` See #2636 --- docs/userguide/format_parse/datetime/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/userguide/format_parse/datetime/index.md b/docs/userguide/format_parse/datetime/index.md index fea937f0230..e2d7806019f 100644 --- a/docs/userguide/format_parse/datetime/index.md +++ b/docs/userguide/format_parse/datetime/index.md @@ -220,7 +220,7 @@ Note that the examples may not reflect current CLDR data. | `F` | day of week in month | `F` | 2 (2nd Wed in July) | | `g` | modified julian day | `g` | 2451334 | | `E` | day of week | `E,` `EE`, or `EEE`
`EEEE`
`EEEEE`
`EEEEEE` | Tue
Tuesday
T
Tu | -| `e` | local day of week
example: if Monday is 1st day, Tuesday is 2nd ) | `e` or `ee`
`eee`
`eeee`
`eeeee`
`eeeeee` | 2
Tue
Tuesday
T
Tu | +| `e` | local day of week
example: if Monday is 1st day, Tuesday is 2nd ) | `e`
`ee`
`eee`
`eeee`
`eeeee`
`eeeeee` | 2
02
Tue
Tuesday
T
Tu | | `c` | stand-alone local day of week | `c` or `cc`
`ccc`
`cccc`
`ccccc`
`cccccc` | 2
Tue
Tuesday
T
Tu | | `a` | AM or PM | `a`, `aa`, or `aaa`
`aaaa`
`aaaaa` | PM [abbrev]
PM [wide]
p | | `b` | am, pm, noon, midnight | `b`, `bb`, or `bbb`
`bbbb`
`bbbbb` | mid.
midnight
md |