public int displayDate(){
System.out.println("Today's date is" +month+ "/" +day+ "/" +year+".");
return displayDate(); // recursive call
}