0.0.2 • Published 2 years ago

seconds-to-timestamp v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

test status

seconds-to-timestamp

Convert seconds to HH:MM:SS

Getting started

Install

npm install seconds-to-timestamp

Usage

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