static DateTime getStartOfMonth(DateTime dayOfMonth) { final DateTime start = DateTime(dayOfMonth.year, dayOfMonth.month); return start; }