How could i figured out the total hours taking the start time which would be created using
print localTime as string
"4/12/2011 10:11:18 AM"
and find the difference in hours from star to end.
start = localTime as string
end = localTime as string
print start + end
results:
"4/11/2011 10:15:18 AM"
"4/13/2011 03:10:18 pM"
wanted result:
"4/11/2011 10:15:18 AM"
"4/13/2011 03:10:18 pM"
"xx:xx:xx hours"
By JokerMartini · 2011-04-12
Swordslayer · 2011-04-12