Uses of Class
org.apache.logging.log4j.core.util.datetime.FastDateFormat
Packages that use FastDateFormat
Package
Description
Log4j date and time formatting classes.
-
Uses of FastDateFormat in org.apache.logging.log4j.core.util.datetime
Methods in org.apache.logging.log4j.core.util.datetime that return FastDateFormatModifier and TypeMethodDescriptionstatic FastDateFormat
FastDateFormat.getDateInstance
(int style) Deprecated.Gets a date formatter instance using the specified style in the default time zone and locale.static FastDateFormat
FastDateFormat.getDateInstance
(int style, Locale locale) Deprecated.Gets a date formatter instance using the specified style and locale in the default time zone.static FastDateFormat
FastDateFormat.getDateInstance
(int style, TimeZone timeZone) Deprecated.Gets a date formatter instance using the specified style and time zone in the default locale.static FastDateFormat
FastDateFormat.getDateInstance
(int style, TimeZone timeZone, Locale locale) Deprecated.Gets a date formatter instance using the specified style, time zone and locale.static FastDateFormat
FastDateFormat.getDateTimeInstance
(int dateStyle, int timeStyle) Deprecated.Gets a date/time formatter instance using the specified style in the default time zone and locale.static FastDateFormat
FastDateFormat.getDateTimeInstance
(int dateStyle, int timeStyle, Locale locale) Deprecated.Gets a date/time formatter instance using the specified style and locale in the default time zone.static FastDateFormat
FastDateFormat.getDateTimeInstance
(int dateStyle, int timeStyle, TimeZone timeZone) Deprecated.Gets a date/time formatter instance using the specified style and time zone in the default locale.static FastDateFormat
FastDateFormat.getDateTimeInstance
(int dateStyle, int timeStyle, TimeZone timeZone, Locale locale) Deprecated.Gets a date/time formatter instance using the specified style, time zone and locale.FixedDateFormat.FixedFormat.getFastDateFormat()
Returns theFastDateFormat
object for formatting the date part of the pattern ornull
if the pattern does not have a date part.FixedDateFormat.FixedFormat.getFastDateFormat
(TimeZone tz) Returns theFastDateFormat
object for formatting the date part of the pattern ornull
if the pattern does not have a date part.static FastDateFormat
FastDateFormat.getInstance()
Deprecated.Gets a formatter instance using the default pattern in the default locale.static FastDateFormat
FastDateFormat.getInstance
(String pattern) Deprecated.Gets a formatter instance using the specified pattern in the default locale.static FastDateFormat
FastDateFormat.getInstance
(String pattern, Locale locale) Deprecated.Gets a formatter instance using the specified pattern and locale.static FastDateFormat
FastDateFormat.getInstance
(String pattern, TimeZone timeZone) Deprecated.Gets a formatter instance using the specified pattern and time zone.static FastDateFormat
FastDateFormat.getInstance
(String pattern, TimeZone timeZone, Locale locale) Deprecated.Gets a formatter instance using the specified pattern, time zone and locale.static FastDateFormat
FastDateFormat.getTimeInstance
(int style) Deprecated.Gets a time formatter instance using the specified style in the default time zone and locale.static FastDateFormat
FastDateFormat.getTimeInstance
(int style, Locale locale) Deprecated.Gets a time formatter instance using the specified style and locale in the default time zone.static FastDateFormat
FastDateFormat.getTimeInstance
(int style, TimeZone timeZone) Deprecated.Gets a time formatter instance using the specified style and time zone in the default locale.static FastDateFormat
FastDateFormat.getTimeInstance
(int style, TimeZone timeZone, Locale locale) Deprecated.Gets a time formatter instance using the specified style, time zone and locale.