convert hh:mm:ss into seconds javascript code example Example: seconds to hh mm ss javascript new Date(SECONDS * 1000).toISOString().substr(11, 8)