]> granicus.if.org Git - icu/commitdiff
ICU-10962 Conflicting descriptions of 'S' in calendar patterns
authorScott Russell <DTownSMR@gmail.com>
Tue, 26 Aug 2014 03:57:45 +0000 (03:57 +0000)
committerScott Russell <DTownSMR@gmail.com>
Tue, 26 Aug 2014 03:57:45 +0000 (03:57 +0000)
X-SVN-Rev: 36235

icu4c/source/i18n/unicode/smpdtfmt.h

index 55c4b5a8d8897cb4264758fee19b8f2e3e546ca5..7d056cb2a144d01cdbc0848c438d34e5c9c3eb84 100644 (file)
@@ -427,8 +427,9 @@ class TimeZoneFormat;
  *     <tr>
  *         <td style="text-align: center">S</td>
  *         <td style="text-align: center">1..n</td>
- *         <td>3456</td>
- *         <td>Fractional Second - truncates (like other time fields) to the count of letters.
+ *         <td>3450</td>
+ *         <td>Fractional Second - truncates (like other time fields) to the count of letters when formatting.
+ *         Appends zeros if more than 3 letters specified. Truncates at three significant digits when parsing.
  *         (example shows display using pattern SSSS for seconds value 12.34567)</td>
  *     </tr>
  *     <tr>