static String getTimeAndDay(DateTime dateTime) { final dateFormat = DateFormat(DateTimeFormatConstants.timeddMMyyyy); return dateFormat.format(dateTime); }