// 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.