View Single Post
  #1 (permalink)  
Old 02-07-2008, 08:15 PM
sunnyboyj sunnyboyj is offline
Junior Member
 
Join Date: Dec 2007
Posts: 32
Default calculating differences in time

I have two times in my application:

lasttime.text
time.text

I want to deduct these two time and put them in differencetime.text

if i do it like this I get an error, what am I doing wrong?

differencetime.text=time.text-lasttime.text

Thanks!

Jorrit.
Reply With Quote