Ejemplo n.º 1
0
 /**
  * Converts the date to a string.
  *
  * @return a string representation of the date.
  */
 @Override
 public String toString() {
   return getDayOfMonth() + "-" + SerialDate.monthCodeToString(getMonth()) + "-" + getYYYY();
 }