toTimeString method

String? toTimeString()

格式化时间字符串为时间

Implementation

String? toTimeString() {
  return dateFormat(DateFormats.h_m_s);
}