Details
-
Type:
Bug
-
Status: Closed
-
Priority:
P4
-
Resolution: Not an Issue
-
Affects Version/s: 1.2.2
-
Fix Version/s: None
-
Component/s: globalization
-
Labels:
-
Subcomponent:
-
CPU:generic
-
OS:generic
Description
Name: vi73552 Date: 06/02/99
The JDK used is the full version "JDK-1.2-V".
This bug is present in older JDKs too.
The format of is
?'??????, 28, ?????? 1999
while should be
?'??????, 28 ?????? 1999
the code used is:
DateFormat dfLong = DateFormat.getDateInstance(DateFormat.LONG, new Locale("uk", "UA"));
java.util.Date d = new java.util.Date();
String dateLong = dfLong.format(d);
(Review ID: 83778)
======================================================================