FLAG
Click Cat to Set seconds It's Simple To convert seconds to minutes you just divide seconds by 60, 120/60 = 2 Convert seconds to hours By dividing seconds to 3600, 7200/3600 = 2 I used the floor function to remove the decimals Example: Floor 1.567 = 1, I included the mod function too otherwise It will not work Perfectly example: 90 mod 60 = 30