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