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