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 FastDateFormat
FastDateFormat. getDateInstance(Object style, TimeZone timeZone, Locale locale)
static FastDateFormat
FastDateFormat. getDateTimeInstance(Object dateStyle, Object timeStyle, TimeZone timeZone, Locale locale)
static FastDateFormat
FastDateFormat. getInstance()
static FastDateFormat
FastDateFormat. getInstance(String pattern)
static FastDateFormat
FastDateFormat. getInstance(String pattern, DateFormatSymbols symbols)
static FastDateFormat
FastDateFormat. getInstance(String pattern, Locale locale)
static FastDateFormat
FastDateFormat. getInstance(String pattern, TimeZone timeZone)
static FastDateFormat
FastDateFormat. getInstance(String pattern, TimeZone timeZone, Locale locale)
static FastDateFormat
FastDateFormat. getInstance(String pattern, TimeZone timeZone, Locale locale, DateFormatSymbols symbols)
static FastDateFormat
FastDateFormat. getTimeInstance(Object style, TimeZone timeZone, Locale locale)
-