ICU-20591 Increased the date rowspan to include the argSkeletonText line
This commit is contained in:
parent
06114c5108
commit
c1ce6d9163
@ -184,7 +184,7 @@ class NumberFormat;
|
||||
* <td><i>argSkeletonText</i>
|
||||
* <td><code>NumberFormatter::forSkeleton(argSkeletonText, status).locale(getLocale()).toFormat(status)</code>
|
||||
* <tr>
|
||||
* <td rowspan=6><code>date</code>
|
||||
* <td rowspan=7><code>date</code>
|
||||
* <td><i>(none)</i>
|
||||
* <td><code>DateFormat.createDateInstance(kDefault, getLocale(), status)</code>
|
||||
* <tr>
|
||||
|
@ -183,7 +183,7 @@ import com.ibm.icu.util.ULocale.Category;
|
||||
* <td><i>argSkeletonText</i>
|
||||
* <td><code>NumberFormatter.forSkeleton(argSkeletonText).locale(getLocale()).toFormat()</code>
|
||||
* <tr>
|
||||
* <td rowspan=6><code>date</code>
|
||||
* <td rowspan=7><code>date</code>
|
||||
* <td><i>(none)</i>
|
||||
* <td><code>DateFormat.getDateInstance(DateFormat.DEFAULT, getLocale())</code>
|
||||
* <tr>
|
||||
|
Loading…
Reference in New Issue
Block a user