formatDateIndayDateMonthAtTime static method

String formatDateIndayDateMonthAtTime(
  1. DateTime time
)

Implementation

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