Code:
turnSecondsFormat(seconds) { return new Date(seconds * 1000).toISOString().substr(11, 8) }
You must be logged in to post a comment.