seconds-to-timestamp

0.0.2 • Public • Published

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

Package Sidebar

Install

npm i seconds-to-timestamp

Weekly Downloads

0

Version

0.0.2

License

MIT

Unpacked Size

2.83 kB

Total Files

4

Last publish

Collaborators

  • johnie