juniormint2009
Programmer
Hi all, I need to calculcate the difference between 2 date fields, but need the time more than just the days. I tried the datdiff function but it gave me a whole number.
I have the following code below, and my date fields say:
"12/31/2008 9:24:47 AM" and "12/31/2008 12:52:24 PM"
DateDiff("h",[resolved_time],[open_time])
give me -3 when it should be 3.46.
Am I missing an argument ??
I have the following code below, and my date fields say:
"12/31/2008 9:24:47 AM" and "12/31/2008 12:52:24 PM"
DateDiff("h",[resolved_time],[open_time])
give me -3 when it should be 3.46.
Am I missing an argument ??