G
Guest
Me.duration_txt = ([findate_txt] + [fintime_txt]) - ([startdate_txt] + [starttime_txt]
Where the foramating is as follows: duration_txt is short time, findate_txt is short date, startdate_txt is short date, and starttime_txt is short time
now if we say ([04/04/2004] + [23:00]) - ([04/03/2004] + [23:00]) then the duration_txt should be 24:00hrs (elapsed time). but it is showing up as 0:0
I just can not see where the problem, I'm hopping that someone can shed some light.
Where the foramating is as follows: duration_txt is short time, findate_txt is short date, startdate_txt is short date, and starttime_txt is short time
now if we say ([04/04/2004] + [23:00]) - ([04/03/2004] + [23:00]) then the duration_txt should be 24:00hrs (elapsed time). but it is showing up as 0:0
I just can not see where the problem, I'm hopping that someone can shed some light.