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