Returns the first day of the month group.
date firstDayOfMonthGroup(int group) => DateTime(year, firstMonthOfGroup(group), 1);