Class RelativeTimeDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
org.apache.log4j.helpers.RelativeTimeDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class RelativeTimeDateFormat extends DateFormat
Formats a Date by printing the number of milliseconds elapsed since construction of the format. This is the fastest printing DateFormat in the package.
Since:
0.7.5
Author:
Ceki Gülcü
See Also:
  • Field Details

    • startTime

      protected final long startTime
  • Constructor Details

    • RelativeTimeDateFormat

      public RelativeTimeDateFormat()
  • Method Details