Clock Problem (Army Time)

Hey guys, I have a problem with the clock I made. It shows the day and minutes and hours but all in army time. Any ideas on how to fix that?
Thank you

Fix what? How did you do it? Did you use some time nore? What’s its final format? Is it a string, an array of ints, …?

Also, the conversion is straightforward: you just need to operate on the hour. If greater than 12, then subtract 12 and that’s X PM, otherwise, it’s still X AM.

thanks that works. btw i was making a fps and when I try to get rid of the crosshair when ads I cant, I tried this. any ideas?

Just connect the crosshair image(s) to the target pin of the visibility nodes.