Hi,
I have check with one script, finally its showing alert message "Execution time in seconds: 338.258". Suddenly I can’t understand this time, is there any easy way to get time "Hours: Minutes: Seconds"
See below the calculation and its Result:
alert("Execution time in seconds: " + time/1000)-->Execution time in seconds: 338.258
alert("Execution time in seconds: " + time/60)-->Execution time in seconds: 6345.05
by
hasvi