formatCompleteWithShortDayName static method

String formatCompleteWithShortDayName(
  1. DateTime date
)

Implementation

static String formatCompleteWithShortDayName(DateTime date) {
  return completeWithShortDayName.format(date.toLocal());
}