hi have two fields 1)assigned date and time 2)closed date and time and im looking to find the difference between the 2 fields ie datedifference and time difference what ive done is convert the both times to 24hr and am now trying to subtract them
date and time subtractions
Collapse
X
-
Use the DateDiff function:Originally posted by changehi have two fields 1)assigned date and time 2)closed date and time and im looking to find the difference between the 2 fields ie datedifference and time difference what ive done is convert the both times to 24hr and am now trying to subtract them
DateDiff(interv al,date1,date2[,firstdayofweek[,firstweekofyea r]])
More detail here:
Comment
Comment