formatDateInDayDateMonthAtTimeNew static method

String formatDateInDayDateMonthAtTimeNew(
  1. DateTime time
)

Implementation

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