Posts: 24
Threads: 14
Joined: Nov 2009
Reputation:
0
12-16-2009, 06:19 PM
i had started my execution at Start_time = time
and it ended at End_time = time
now i want the differnec in hrs and mins that how much time it has taken to execute
like TotalTime =End_time -Start_time
can anybody send me the code for same
Posts: 1
Threads: 0
Joined: Feb 2009
Reputation:
0
12-16-2009, 09:37 PM
You can build a custom function using the built-in functions :- Hour, minute, Second.
Posts: 25
Threads: 2
Joined: Jul 2009
Reputation:
0
12-17-2009, 09:48 PM
The only problem with Timer is if you run overnight, it won't work right. because the timer is the seconds in the day and starts back at 0 at the beginning of the day.
Posts: 1,199
Threads: 5
Joined: Nov 2008
Reputation:
0
12-28-2009, 01:30 PM
Thats great learner1,
always put the formatted code here, use proper tags while posting.
This helps your posts making more readable.
Posts: 24
Threads: 14
Joined: Nov 2009
Reputation:
0
12-28-2009, 09:09 PM
Sure Saket
Next will take care!!