powered by
convert_time(x)
convert_time("3:21:05") # Simple example. convert_time("03:30:10.5") # With decimal seconds. convert_time("19:30.1") # Without hours. convert_time("19:30.1") / 60 # In minutes.
Run the code above in your browser using DataLab