millisec icon indicating copy to clipboard operation
millisec copied to clipboard

Prettify milliseconds with customizable format

Results 2 millisec issues
Sort by recently updated
recently updated
newest added

As well as Seconds, Minutes, Hours, Days, can we see the addition of Weeks, Months, Years.

I propose the following methods - `toDays` - turn the millisecond to day equivalent - `toHours` - turn the millisecond to hour equivalent - `toMinutes` - turn the millisecond to...

help wanted