-
Bug
-
Resolution: Duplicate
-
P3
-
None
-
1.3.0
-
generic
-
generic
Name: rlT66838 Date: 08/27/99
Source code:
import java.util.*;
import java.text.*;
class Test {
public static void main(String args[])
{
DateFormat f = DateFormat.getTimeInstance(DateFormat.SHORT);
System.out.println(f.format(new Date()));
}
}
Produces:
6:20 PM 6:20 PM
Version:
java full version "1.3beta-O"
(Review ID: 94555)
======================================================================
- duplicates
-
JDK-4250359 Regression: DateFormat.format works wrongly
-
- Closed
-