I have need of a stopwatch function with start and stop buttons as well as buttons in between to capture (timestamp) lapse time. Thus, after it is started, from say 00:00 (mm:ss) then the first timestamp button is pushed at say 01:14 it posts that in my UI, then a second timestamp button pushed at say 07:56 it posts that into the UI. Finally, when I hit the STOP button, it will post that final time (ex: 10:34). I don't know where to find such a script or how to invoke it. Any help would be greatly appreciated.