Jun 15, 2006 #1 dbero Technical User Joined Mar 31, 2005 Messages 109 Location 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 Joined May 9, 2006 Messages 163 Location 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 Joined Nov 8, 2002 Messages 53,708 Location 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