Tracking and recording elapsed time
Posted: Tue Feb 24, 2015 7:10 pm
I want to measure elapsed time between a press of a start button and the press of a finish button. Can anyone give me an idea of the best way to achieve it?
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
I want to measure elapsed time between a press of a start button and the press of a finish button. Can anyone give me an idea of the best way to achieve it?
Hello Simon,
You may try to achieve this with some JS logic: http://www.w3schools.com/jsref/jsref_... or with some appropriate phonegap plugin.