static String toDayMonthYear(DateTime date) { return DateFormat('dd-MMM-yyyy').format(date); // return DateFormat('dd/MM/yyyy').format(date); }