]> 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:56:42 +0000 (03:56 +0000)
committerScott Russell <DTownSMR@gmail.com>
Tue, 26 Aug 2014 03:56:42 +0000 (03:56 +0000)
X-SVN-Rev: 36234

icu4j/main/classes/core/src/com/ibm/icu/text/SimpleDateFormat.java

index d12b116437c1a9481cd8bee2a2bb240159f06bdd..7d3fc8448c89c275ed6e273b2f5c6a8af996ac7c 100644 (file)
@@ -423,8 +423,8 @@ import com.ibm.icu.util.ULocale.Category;
  *     <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>