-
Bug
-
Resolution: Fixed
-
P3
-
8u5
-
b34
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8084394 | emb-9 | Masayoshi Okutsu | P3 | Resolved | Fixed | team |
JDK-8063892 | 8u45 | Masayoshi Okutsu | P3 | Resolved | Fixed | b01 |
JDK-8054493 | 8u40 | Masayoshi Okutsu | P3 | Resolved | Fixed | b10 |
JDK-8070159 | emb-8u47 | Masayoshi Okutsu | P3 | Resolved | Fixed | team |
DateTimeFormatter.ofPattern("MMMMM") returns English month name in Japanese
locale.
"M" represents month-of-year, and "MMMMM" represents the narrow form.
In Japanese locale, it should return "4" for April, but it returns "A".
"A" is English abbreviated month name and not used in Japanese locale.
"LLLLL" (stand-alone month-of-year) returns "4" expectedly.
locale.
"M" represents month-of-year, and "MMMMM" represents the narrow form.
In Japanese locale, it should return "4" for April, but it returns "A".
"A" is English abbreviated month name and not used in Japanese locale.
"LLLLL" (stand-alone month-of-year) returns "4" expectedly.
- backported by
-
JDK-8054493 DateTimeFormatter "MMMMM" returns English value in Japanese locale
-
- Resolved
-
-
JDK-8063892 DateTimeFormatter "MMMMM" returns English value in Japanese locale
-
- Resolved
-
-
JDK-8070159 DateTimeFormatter "MMMMM" returns English value in Japanese locale
-
- Resolved
-
-
JDK-8084394 DateTimeFormatter "MMMMM" returns English value in Japanese locale
-
- Resolved
-