getTime static method

String getTime(
  1. DateTime date
)

Implementation

static String getTime(DateTime date) =>
    DateFormat(PWConfig.timeFormat).format(date);