formatDateTime static method

String formatDateTime(
  1. DateTime date
)

Implementation

static String formatDateTime(DateTime date) =>
    DateFormat('MMM dd, yyyy HH:mm').format(date);