Show the time between events

Hi. Here is my app that records the time between events. does anyone know how I can show the time (hh: mm) between "START" and "FINISH"?

1 Like

This example outputs in whole seconds, adjust accordingly.

image

3 Likes

Here is the code for all three parameters,


Duration returns time in Milliseconds, need to work around that...

If you have more than 3,600 seconds, your conversion will be greater than 1 hour.

2 Likes

how can I save this data in the "listpicker"? I tried with tinyDB but I can't create a list for every click.

https://groups.google.com/d/msg/mitappinventortest/II_RlElGddU/J0q_E-2rAwAJ

Also see

1 Like

Try something like this:

3 Likes

now I understand more. Thank you so much

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.