SUGGESTED FIX
*** /tmp/geta28957 Tue Jun 8 16:23:42 2004
--- Formatter.java Tue Jun 8 16:13:49 2004
***************
*** 388,398 ****
* in lower case, e.g."<tt>am</tt>" or "<tt>pm</tt>". Use of the conversion
* prefix <tt>'T'</tt> forces this output to upper case.
*
- * <tr><td valign="top"><tt>'P'</tt>
- * <td> Locale-specific {@linkplain
- * java.text.DateFormatSymbols#getAmPmStrings morning or afternoon} marker
- * in upper case, e.g."<tt>AM</tt>" or "<tt>PM</tt>".
- *
* <tr><td valign="top"><tt>'z'</tt>
* <td> <a href="http://www.ietf.org/rfc/rfc0822.txt">RFC 822</a>
* style numeric time zone offset from GMT, e.g. <tt>-0800</tt>.
--- 388,393 ----
***************
*** 1543,1557 ****
* that <tt>'p'</tt> produces lower-case output. This is different from
* GNU <tt>date</tt> and POSIX <tt>strftime(3c)</tt> which produce
* upper-case output.)
- *
- * <tr><td valign="top"><tt>'P'</tt>
- * <td valign="top"> <tt>'\u0050'</tt>
- * <td> Locale-specific {@linkplain
- * java.text.DateFormatSymbols#getAmPmStrings morning or afternoon} marker
- * in upper case, e.g."<tt>AM</tt>" or "<tt>PM</tt>". (Note that
- * <tt>'P'</tt> produces upper-case output. This is different from GNU
- * <tt>date</tt> and POSIX <tt>strftime(3c)</tt> which produce lower-case
- * output.)
*
* <tr><td valign="top"><tt>'z'</tt>
* <td valign="top"> <tt>'\u007a'</tt>
--- 1538,1543 ----
Additional adjustments to the specification of 'p' may be required.
-- iag@sfbay 2004-06-10
|