Returns the first day of the year for the given date.
date get firstDayOfYear => DateTime(year, 1, 1);