ICU-9044 Better description of 'U' character behavior (C)
X-SVN-Rev: 31280
This commit is contained in:
parent
6abaa5337f
commit
e3edca9be5
@ -72,7 +72,7 @@ class TimeZoneFormat;
|
||||
* y year (Number) 1996
|
||||
* Y year (week of year) (Number) 1997
|
||||
* u extended year (Number) 4601
|
||||
* U cyclic year name (Text & Number) ren-chen & 29
|
||||
* U cyclic year name (Text,NumFallback) ren-chen (29)
|
||||
* Q Quarter (Text & Number) Q2 & 02
|
||||
* M month in year (Text & Number) July & 07
|
||||
* d day in month (Number) 10
|
||||
@ -121,6 +121,9 @@ class TimeZoneFormat;
|
||||
* (Text & Number): 3 or over, use text, otherwise use number. (e.g., "M" produces "1",
|
||||
* "MM" produces "01", "MMM" produces "Jan", and "MMMM" produces "January".)
|
||||
* <P>
|
||||
* (Text,NumFallback): Behaves like Text if there is supporting data, like
|
||||
* Number otherwise.
|
||||
* <P>
|
||||
* Any characters in the pattern that are not in the ranges of ['a'..'z'] and
|
||||
* ['A'..'Z'] will be treated as quoted text. For instance, characters
|
||||
* like ':', '.', ' ', '#' and '@' will appear in the resulting time text
|
||||
|
Loading…
Reference in New Issue
Block a user