* commit 'f36fe3f85daaf9e3b3270143d6648394768bb324': Track changes to libcore ICU apis.
This commit is contained in:
@@ -195,7 +195,7 @@ public class DateFormat {
|
|||||||
* @return a string pattern suitable for use with {@link java.text.SimpleDateFormat}.
|
* @return a string pattern suitable for use with {@link java.text.SimpleDateFormat}.
|
||||||
*/
|
*/
|
||||||
public static String getBestDateTimePattern(Locale locale, String skeleton) {
|
public static String getBestDateTimePattern(Locale locale, String skeleton) {
|
||||||
return ICU.getBestDateTimePattern(skeleton, locale.toString());
|
return ICU.getBestDateTimePattern(skeleton, locale);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user