I'm trying to code a simple chronometer, so when I press Start button, the chronometer will start counting. I'm not able to figure out how to code this. I have first used
Sys.getTimer();
, but the timer shows the time since the system started...:confused::confused:
Is there any function abailable to do this?