Skip to content

Instantly share code, notes, and snippets.

@daksamedia
Forked from martinbean/convert-seconds.js
Created December 31, 2020 08:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daksamedia/d70d4c44c6b1b728bdb3040925b79492 to your computer and use it in GitHub Desktop.
Save daksamedia/d70d4c44c6b1b728bdb3040925b79492 to your computer and use it in GitHub Desktop.
Convert seconds to HH:MM:SS format in JavaScript.
new Date(seconds * 1000).toISOString().substr(11, 8)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment