* Representation that can be displayed
* @return
*/
public String toDisplayString(){
Date date = Date.getInstance(0); // TODO ugly
return date.todisplayString(dayInMonth, month, year);
}
public boolean isSameDate(DateObject date){
if (getDayInMonth()!=date.getDayInMonth() ||
getMonth()!=date.getMonth() ||