formatCompleteWithDayName static method

String formatCompleteWithDayName(
  1. DateTime date
)

Implementation

static String formatCompleteWithDayName(DateTime date) {
  return completeWithDayName.format(date.toLocal());
}