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 FastDateFormat
FastDateFormat.getDateInstance
(Object style, TimeZone timeZone, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getDateTimeInstance
(Object dateStyle, Object timeStyle, TimeZone timeZone, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance()
Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance
(String pattern) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance
(String pattern, DateFormatSymbols symbols) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance
(String pattern, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance
(String pattern, TimeZone timeZone) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance
(String pattern, TimeZone timeZone, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getInstance
(String pattern, TimeZone timeZone, Locale locale, DateFormatSymbols symbols) Deprecated, for removal: This API element is subject to removal in a future version.static FastDateFormat
FastDateFormat.getTimeInstance
(Object style, TimeZone timeZone, Locale locale) Deprecated, for removal: This API element is subject to removal in a future version.