Class 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:
    Serialized Form
    • Field Detail

      • startTime

        protected final long startTime
    • Constructor Detail

      • RelativeTimeDateFormat

        public RelativeTimeDateFormat()