Appearance
지정된 시간 숫자 앞에 0을 채워야 하는 경우 0을 채웁니다.
toLeadingTime(시간 표시용 숫자 | 문자);
toLeadingTime(5); // "05" toLeadingTime(12); // "12"