Displaying time

3absh3absh Member Posts: 601

display text

minutes
mod(floor(( game.Time )/60),60)

hours
floor(( game.Time )/3600)

problem is time is displayed

1:0

intead of

01:00

how do i display the zero on the left without having to use an additional display behaviour?

Comments

Sign In or Register to comment.