C E M

C

CalendarTest - Class in edu.uchicago.cs.java.lec02
// instantiate a date with today's date called datToday // create a datCount set at some earlier date // while datCount.year < some arbitrary end year, loop and increment datCount by one day //if dayOfMonth == 1 //print out year plus month //print out the days of the week Sun Mon Tue etc.
CalendarTest() - Constructor for class edu.uchicago.cs.java.lec02.CalendarTest
 

C E M