Duration timer. Setting Minutes to stop at 60

Hello. Thank you for taking the time to read this. I was wondering if anyone knows how to get a duration timer to format the minutes to stop every 60 minutes (if that makes sense).

Problem: Need the minute section to only have 2 numbers
unknown

How I get it to work at the minute:
asda

This like will allow you to view. You want to open the shift timer popup:

Hi there, @KDenv01… in the expression you currently have to calculate minutes, try removing everything after :format as minutes and then add the < - modulo - > operator followed by 60. The < - modulo - > operator gives you the remainder of the division of two numbers, so the new expression should give you the remaining number of minutes you are looking for.

Hope this helps.

Best…
Mike

1 Like

Mikeloc you must be sick of me haha. Thank you for your help with both of my previous thread and this one. Both of your solutions worked :slight_smile:.

1 Like

This topic was automatically closed after 70 days. New replies are no longer allowed.