-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
1.2.2
-
generic
-
generic
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)
======================================================================