toTimeString method

String toTimeString()

Implementation

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