Hello everyone,
I am looking for some JavaScript simple samples to compute elapsed time. My scenario is, for a specific point of execution in JavaScript code, I want to record a start time. And at another specific point of execution in JavaScript code, I want to record an end time.
Then, I want to calculate the elapsed time in the form of: how many Days, Hours, Minutes and Seconds are elapsed between end time and start time, for example, 0 Days, 2 Hours, 3 minute and 10 seconds are elapsed. Any reference simple samples? :-)
thanks in advance, George