Class RelativeDateFormat

java.lang.Object
java.text.Format
java.text.DateFormat
java.text.SimpleDateFormat
com.day.cq.analytics.sitecatalyst.util.RelativeDateFormat
All Implemented Interfaces:
Serializable, Cloneable

public class RelativeDateFormat extends SimpleDateFormat
See Also:
  • Constructor Details

    • RelativeDateFormat

      public RelativeDateFormat()
    • RelativeDateFormat

      public RelativeDateFormat(String pattern)
    • RelativeDateFormat

      public RelativeDateFormat(String pattern, DateFormatSymbols formatSymbols)
    • RelativeDateFormat

      public RelativeDateFormat(String pattern, Locale locale)
  • Method Details