getDateTime static method

String getDateTime(
  1. DateTime date
)

Implementation

static String getDateTime(DateTime date) =>
    DateFormat(PWConfig.dateTimeFormat).format(date);