Class CurrentDate

java.lang.Object
com.softwaremining.util.CBLDate
com.softwaremining.util.CurrentDate

public class CurrentDate extends CBLDate
this is a subclass of ACMDate. The only difference is that the toString method will return "YYYYMMDD" format where as the parent ACMDate toString method will return "YYMMDD" format
  • Constructor Details

    • CurrentDate

      public CurrentDate()
      default constructor
    • CurrentDate

      public CurrentDate(long time)
    • CurrentDate

      public CurrentDate(Date date)
  • Method Details

    • toString

      public String toString()
      Description copied from class: CBLDate
      String representing the date E.g. for 2010-12-29 it will return "122910"
      Overrides:
      toString in class CBLDate