public interface FormatFactory
Modifier and Type | Method and Description |
---|---|
DateFormat |
createDateFormat(String pattern,
Locale locale,
TimeZone timezone) |
NumberFormat |
createNumberFormat(String pattern,
Locale locale) |
DateFormat createDateFormat(String pattern, Locale locale, TimeZone timezone)
NumberFormat createNumberFormat(String pattern, Locale locale)
Copyright © 2016. All rights reserved.