0.0.2 • Published 4 years ago
seconds-to-timestamp v0.0.2
seconds-to-timestamp
Convert seconds to HH:MM:SS
Getting started
Install
npm install seconds-to-timestampUsage
import secondsToTimestamp from 'seconds-to-timestamp';
secondsToTimestamp(4321);
//=> '01:12:01'API
secondsToTimestamp(seconds)
seconds
Type: number
Converted the seconds to milliseconds by multiplying them by 1000.
Licence
MIT © Johnie Hjelm