How to make a real time? LIke this: 08:02
Weiyu
Member Posts: 216
Hello evryone!
I have a problem about make a real time.
I can make a real time, but it only display like this 8:2 ( 08:02 A.M.)
I want to make this "08:02" not 8:2.
Please tell me how to make it ?
Is my problem image :
Comments
padInt(game.Clock.Hour, 2)..":"..padInt(game.Clock.Minute, 2)
Thank you ><"