7 kyu
Time Converter: hours, minutes, seconds and milliseconds
541 of 1,152srMarquinho
Description:
Given a time in a time format class, return it without year, month and day.
It should return a string including milliseconds with 3 decimals.
Example:
datetime(2016, 2, 8, 16, 42, 59)
#Should return:
"16:42:59,000"
Date Time
Parsing
Refactoring
Similar Kata:
Stats:
Created | Feb 8, 2016 |
Published | Feb 8, 2016 |
Warriors Trained | 2419 |
Total Skips | 91 |
Total Code Submissions | 3372 |
Total Times Completed | 1152 |
Ruby Completions | 118 |
JavaScript Completions | 525 |
Python Completions | 541 |
Total Stars | 31 |
% of votes with a positive feedback rating | 88% of 197 |
Total "Very Satisfied" Votes | 155 |
Total "Somewhat Satisfied" Votes | 35 |
Total "Not Satisfied" Votes | 7 |