Ok i have bashed my head against a wall trying to work out how this is done... please help.
i have 2 text boxes with the values:
txt1.text = "15:27:06"
txt2.text = "1:05:27"
Now if txt2.text = the current time and i want the time when it was txt1.text (15hours,27mins ,6seconds) ago how do i do it...
for example current time is "01:05:27" and if i subtract "15:27:06" away i should get time as "09:38:31"
any1 able to help?
i have 2 text boxes with the values:
txt1.text = "15:27:06"
txt2.text = "1:05:27"
Now if txt2.text = the current time and i want the time when it was txt1.text (15hours,27mins ,6seconds) ago how do i do it...
for example current time is "01:05:27" and if i subtract "15:27:06" away i should get time as "09:38:31"
any1 able to help?
Comment