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