static String formatDateInDayDateMonthAtTimeNew(DateTime time){ return DateFormat('EEE MMM dd, yyyy').format(time); // DateFormat.jm }