Click to See Complete Forum and Search --> : time difference


Hansi
July 17th, 2000, 04:31 AM
Is there any function availaible to calculate the time difference between two time and dates?

Thanks in advance

AnneWright
July 17th, 2000, 05:21 AM
Yes. DateDiff will return the difference between two dates.

DateDiff("d",Date1,Date2) - returns the days between
DateDiff("h",Date1,Date2) - returns the hours between
etc



Regards

Anne Wright
Wright Computing