I used the blocks below and get an elapsed time of 00.01. This excludes the seconds and has formatted it in h:mm rather than h:mm:ss.
How can i get it to include the seconds in the elapsed time??
A time of 21.52.22 is not valid, and as far as I know Thunkable does not store time as hh:mm:ss from a variable or a table.
I would suggest that you have to store your time in the database as seconds only. You can do the elapsed time duration and then convert it to hours, minutes and seconds.
You left out a key detail which is how youβre storing the timestamps. If youβre using the seconds since 1970 block, then it will return a value in hundredths of a second such as 5.63 which is 5 seconds and 63/100 seconds.
If you subtract two such values, you should get a number with a hundredths value.
βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Need help on the forums? Make sure to read this: How to ask Great Questions v2.0