mrchimp / tock

Timer Object/Class. Kickass!
MIT License
237 stars 33 forks source link

Add hide_ms option to msToTime #35

Closed hongz1 closed 7 years ago

hongz1 commented 8 years ago

This allows ‘msToTime’ to display ‘MM:SS’ timer format.

I also corrected millisecond separator from colon(:) to period(.) because the milliseconds are a fraction of the seconds.

hongz1 commented 7 years ago

This allows ‘msToTime’ to display ‘MM:SS’ timer format.

I also corrected millisecond separator from colon(:) to period(.) because the milliseconds are a fraction of the seconds.