Uses of Class
org.jivesoftware.util.FastDateFormat
Packages that use FastDateFormat
-
Uses of FastDateFormat in org.jivesoftware.util
Methods in org.jivesoftware.util that return FastDateFormatModifier and TypeMethodDescriptionstatic 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)