ICU-646 wall time - doc changes

X-SVN-Rev: 17786
This commit is contained in:
Doug Felt 2005-06-02 23:19:46 +00:00
parent ee2c674f05
commit fe88b69a95

View File

@ -89,6 +89,10 @@ import java.util.Map;
* <strong>(Text)</strong>: 4 or more pattern letters--use full form,
* &lt; 4--use short or abbreviated form if one exists.
* <p>
* <strong>(Time)</strong>: 4 or 3, display long/short time zone names with daylight/standard
* designation (e.g., Pacific Daylight Time, PDT), 2 or 1, display long/short
* time zone generic names (e.g., Pacific Time, PT).
* <p>
* <strong>(Number)</strong>: the minimum number of digits. Shorter
* numbers are zero-padded to this amount. Year is handled specially;
* that is, if the count of 'y' is 2, the Year will be truncated to 2 digits.
@ -111,11 +115,11 @@ import java.util.Map;
* <pre>
* Format Pattern Result
* -------------- -------
* "yyyy.MM.dd G 'at' HH:mm:ss z" ->> 1996.07.10 AD at 15:08:56 PDT
* "yyyy.MM.dd G 'at' HH:mm:ss zz" ->> 1996.07.10 AD at 15:08:56 Pacific Time
* "EEE, MMM d, ''yy" ->> Wed, July 10, '96
* "h:mm a" ->> 12:08 PM
* "hh 'o''clock' a, zzzz" ->> 12 o'clock PM, Pacific Daylight Time
* "K:mm a, z" ->> 0:00 PM, PST
* "K:mm a, z" ->> 0:00 PM, PT
* "yyyyy.MMMMM.dd GGG hh:mm aaa" ->> 01996.July.10 AD 12:08 PM
* </pre>
* </blockquote>