Jun 15, 2006 #1 dbero Technical User Mar 31, 2005 109 US Is it possible to calculate the hours difference between two General Dates such as 6/15/2006 1:59:04 PM? Thank you
Is it possible to calculate the hours difference between two General Dates such as 6/15/2006 1:59:04 PM? Thank you
Jun 15, 2006 1 #2 adalger Programmer May 9, 2006 163 US debug.print datediff("h",date1, date2) TMTOWDI - it's not just for Perl any more Upvote 0 Downvote
Jun 15, 2006 1 #3 PHV MIS Nov 8, 2002 53,708 FR Something like this ? HoursElapsed = DateDiff("h", StartDate, EndDate) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886 Upvote 0 Downvote
Something like this ? HoursElapsed = DateDiff("h", StartDate, EndDate) Hope This Helps, PH. Want to get great answers to your Tek-Tips questions? Have a look at FAQ219-2884 or FAQ181-2886