toTime method

String toTime()

Implementation

String toTime() {
  return toString().substring(2, 7);
}