Movatterモバイル変換
[0]ホーム
Method Summary
Methods declared in class java.lang.Object
clone,equals,finalize,getClass,hashCode,notify,notifyAll,toString,wait,wait,wait
Constructor Detail
DateFormatProvider
protected DateFormatProvider()
Sole constructor. (For invocation by subclass constructors, typically implicit.)
Method Detail
getDateTimeInstance
public abstract DateFormat getDateTimeInstance(int dateStyle, int timeStyle,Locale locale)
Returns a newDateFormat instance which formats date and time with the given formatting style for the specified locale.
- Parameters:
dateStyle - the given date formatting style. Either one ofDateFormat.SHORT,DateFormat.MEDIUM,DateFormat.LONG, orDateFormat.FULL.timeStyle - the given time formatting style. Either one ofDateFormat.SHORT,DateFormat.MEDIUM,DateFormat.LONG, orDateFormat.FULL.locale - the desired locale.- Returns:
- a date/time formatter.
- Throws:
IllegalArgumentException - ifdateStyle ortimeStyle is invalid, or iflocale isn't one of the locales returned fromgetAvailableLocales().NullPointerException - iflocale is null- See Also:
DateFormat.getDateTimeInstance(int, int, java.util.Locale)
[8]ページ先頭