Name: rlT66838 Date: 07/23/99
In the documentation for
SimpleDateFormat
http://www.java.sun.com/products/jdk/1.2/docs/api/java/text/SimpleDateFormat.html
class, there is a bug in the documentation. The first example
listed using the US Locale states:
Format Pattern Result
-------------- -------
"yyyy.MM.dd G 'at' hh:mm:ss z" ->> 1996.07.10 AD at 15:08:56 PDT
The 'hh' needs to be capitalized to produced the results shown.
(Review ID: 88346)
======================================================================
- duplicates
-
JDK-4341624 hh in SimpleDateFormat documentation should be HH or 15 should be 03
-
- Closed
-
-
JDK-4383958 SimpleDateFormat Class bug in examples
-
- Closed
-