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:
Peter Edberg 2013-09-23 18:23:05 +00:00
parent 3a41fdc007
commit 31a4739bac
2 changed files with 15 additions and 3 deletions

View File

@ -65,9 +65,11 @@ class TimeZoneFormat;
* <p>Date and time formats are specified by <em>date and time pattern</em> strings. * <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 * 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 * 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 * the date and time formatting algorithm and pattern letters defined by
* Unicode Locale Data Markup Language (LDML)</a>. The following pattern letters are * <a href="http://www.unicode.org/reports/tr35/tr35-dates.html#Date_Field_Symbol_Table">UTS#35
* currently available:</p> * 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"> * <table border="1">
* <tr> * <tr>

View File

@ -131,6 +131,16 @@
* <li> Align any particular field, or find out where it is for selection * <li> Align any particular field, or find out where it is for selection
* on the screen. * on the screen.
* </ul> * </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. /** A date formatter.