formatTime static method

String formatTime(
  1. DateTime time
)

Implementation

static String formatTime(DateTime time) {
  return DateFormat.jm().format(time.toLocal());
}