mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-21 04:29:31 +00:00
ICU-10201 Fix wording in documentation of DateFormat.
X-SVN-Rev: 33805
This commit is contained in:
parent
97817ac0ae
commit
e7c709b18e
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ import com.ibm.icu.util.ULocale.Category;
|
|||
* }
|
||||
* </pre>
|
||||
* <p>
|
||||
* To format a number for a different Locale, specify it in the call to getDateInstance().
|
||||
* To format a date for a different Locale, specify it in the call to getDateInstance().
|
||||
*
|
||||
* <pre>
|
||||
* DateFormat df = DateFormat.getDateInstance(DateFormat.LONG, Locale.FRANCE);
|
||||
|
|
Loading…
Add table
Reference in a new issue