I need to show a running timer on the window along with information of a test, such as ID, test name, status, start time, end time, etc.
I really wish that I could have a timer control on the page that tells the user that how long the test has been running.
How would one add a running timer on the page?
In addition, if this is possible, I wish my timer could start from some specific time instead of 00:00:00. The reason I need this is because the user can open this page when the test has been running for a while, and the elapsed time shown on the timer should be (current_time - start_time) and start from here.
If the test start at: 7:00 AM and the user opens the page at 7:05AM and the test is still running, the timer should start from 00:05:00.