Skip to content
Advertisement

Convert time in HH:MM:SS format to seconds only?

How to turn time in format HH:MM:SS into a flat seconds number?

P.S. Time could be sometimes in format MM:SS only.

Advertisement

Answer

No need to explode anything:

JavaScript

And if you don’t want to use regular expressions:

JavaScript
User contributions licensed under: CC BY-SA
10 People found this is helpful
Advertisement