getTimeTwoSpaces method

String getTimeTwoSpaces()

Implementation

String getTimeTwoSpaces() {
  return this.toString().padLeft(2, '0');
}