Uses of Class
org.jivesoftware.util.FastDateFormat
-
Packages that use FastDateFormat Package Description org.jivesoftware.util Utility classes. -
-
Uses of FastDateFormat in org.jivesoftware.util
Methods in org.jivesoftware.util that return FastDateFormat Modifier and Type Method Description static FastDateFormatFastDateFormat. getDateInstance(Object style, TimeZone timeZone, Locale locale)static FastDateFormatFastDateFormat. getDateTimeInstance(Object dateStyle, Object timeStyle, TimeZone timeZone, Locale locale)static FastDateFormatFastDateFormat. getInstance()static FastDateFormatFastDateFormat. getInstance(String pattern)static FastDateFormatFastDateFormat. getInstance(String pattern, DateFormatSymbols symbols)static FastDateFormatFastDateFormat. getInstance(String pattern, Locale locale)static FastDateFormatFastDateFormat. getInstance(String pattern, TimeZone timeZone)static FastDateFormatFastDateFormat. getInstance(String pattern, TimeZone timeZone, Locale locale)static FastDateFormatFastDateFormat. getInstance(String pattern, TimeZone timeZone, Locale locale, DateFormatSymbols symbols)static FastDateFormatFastDateFormat. getTimeInstance(Object style, TimeZone timeZone, Locale locale)
-