seconds-to-timestamp

v0.0.2
Convert seconds to HH:MM:SS
convert format seconds timestamp

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

npm i seconds-to-timestamp

Metadata

  • MIT
  • ^12.20.0 || ^14.13.1 || >=16.0.0
  • Johnie Hjelm
  • released 7/2/2022

Downloads

Maintainers