static String getMonth(DateTime dateTime) { var formatter = DateFormat('MMM'); return formatter.format(dateTime.toLocal()); }