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
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.
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.