TotalTime datafield

Hello,

I'm a beginner and completely lost.
I have an Enduro 3 and I want to display the total time during an activity in HH:MM:ss format. Currently, this time is only displayed in h:MM:SS format; the hours are too small for me to see. I've installed SDK Manager (SDK9.0), Visual Studio Code, and Monkey C. I've created a new project called "TotalTime." But I don't know how to code it to do what I want.
Can anyone help me? Thanks
  • The question makes no sense, since the difference between "h" and "HH" in the time format string doesn't have anything to do with the font size the hours (and the rest) is displayed with.

    Maybe if you would include your existing code (as per netiquette) people will be able to help you

  • With “h:MM:SS,” he wants to highlight the display on Edge devices, which really does take some getting used to:


    I had already posted the code for a simple date field here, but deleted it again since the OP seems to have lost interest…