Returns the dates for the current month.
List<DayModel> retrieveDatesForMonth() { return controller.retrieveDatesForMonth(currentMonth); }