formatDate function

String formatDate(
  1. DateTime date
)

Implementation

String formatDate(DateTime date) => DateFormat(dateFormatUTC).format(date);