formatDay static method

String formatDay(
  1. DateTime d
)

Implementation

static String formatDay(DateTime d) => _dayFormat.format(d);