fmtDateTime function

String fmtDateTime(
  1. DateTime time
)

Implementation

String fmtDateTime(DateTime time) =>
    "${time.hour}:${time.minute} ${time.month}/${time.day}/${time.year}";