ICU-9627 Updated Date Field Symbol Table links in smpdtfmt.h, added them in udat.h
X-SVN-Rev: 34458
This commit is contained in:
parent
3a41fdc007
commit
31a4739bac
@ -65,9 +65,11 @@ class TimeZoneFormat;
|
||||
* <p>Date and time formats are specified by <em>date and time pattern</em> strings.
|
||||
* Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved
|
||||
* as pattern letters representing calendar fields. <code>SimpleDateFormat</code> supports
|
||||
* the date and time formatting algorithm and pattern letters defined by <a href="http://www.unicode.org/reports/tr35/">UTS#35
|
||||
* Unicode Locale Data Markup Language (LDML)</a>. The following pattern letters are
|
||||
* currently available:</p>
|
||||
* the date and time formatting algorithm and pattern letters defined by
|
||||
* <a href="http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table">UTS#35
|
||||
* Unicode Locale Data Markup Language (LDML)</a> and further documented for ICU in the
|
||||
* <a href="https://sites.google.com/site/icuprojectuserguide/formatparse/datetime?pli=1#TOC-Date-Field-Symbol-Table">ICU
|
||||
* User Guide</a>. The following pattern letters are currently available:</p>
|
||||
*
|
||||
* <table border="1">
|
||||
* <tr>
|
||||
|
@ -131,6 +131,16 @@
|
||||
* <li> Align any particular field, or find out where it is for selection
|
||||
* on the screen.
|
||||
* </ul>
|
||||
* <p><strong>Date and Time Patterns:</strong></p>
|
||||
*
|
||||
* <p>Date and time formats are specified by <em>date and time pattern</em> strings.
|
||||
* Within date and time pattern strings, all unquoted ASCII letters [A-Za-z] are reserved
|
||||
* as pattern letters representing calendar fields. <code>UDateFormat</code> supports
|
||||
* the date and time formatting algorithm and pattern letters defined by
|
||||
* <a href="http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table">UTS#35
|
||||
* Unicode Locale Data Markup Language (LDML)</a> and further documented for ICU in the
|
||||
* <a href="https://sites.google.com/site/icuprojectuserguide/formatparse/datetime?pli=1#TOC-Date-Field-Symbol-Table">ICU
|
||||
* User Guide</a>.</p>
|
||||
*/
|
||||
|
||||
/** A date formatter.
|
||||
|
Loading…
Reference in New Issue
Block a user