-
Type:
Bug
-
Resolution: Cannot Reproduce
-
Priority:
P3
-
Affects Version/s: 8u5, 9
-
Component/s: core-libs
DateTimeFormatter.ofPattern("ccccc") returns a wrong value.
"c" represents stand-alone day-of-week, and "ccccc" represents the narrow
form.
When the date is Tuesday, it should return "T". But, it returns "2".