We have a lot of strings for storing the time that it took participants to finish the track. There are basically 2 different types of those strings ( <1 hour and >1hour ):
54:37
01:12:20
What would be the most reasonable way to format these strings in PHP before displaying so that they would keep the same standard - hh:mm:ss (the first string needs to be 00:54:37 )?
Any help or guindace is much appreciated.