23.02.2011, 13:07
I have two integers - minutes and seconds but the seconds are like 0 1 2 3 4 5 6 7 8 9 10 etc., but I want it to display as '1:03' for example. I know it's something like %02i or something, but that wont work for me. Any help appriciated.
Please don't suggest that I use if < 10 add a 0, because I don't want to do that.
Please don't suggest that I use if < 10 add a 0, because I don't want to do that.