G
Guest
First of all, I'd like to thank all.
I have this formula which works well
CDate([Delivery Date] & " " & [Delivery Time])-CDate([Arrival Date] & " " &
[Arrival Time])
I get a values as double precision numbers like so:
01/01/2005 13:00 01/02/2005 14:05 "1.04513888889051"
My question:
I want to format the Decimal on "TOP" (1.04513888889051) as: X day X hours
X minutes?
I TRIED THE DATE2DIFF MODULE, I CAN"T GET IT TO WORK. Are there any options?
Any thoughts, thanks again.
I have this formula which works well
CDate([Delivery Date] & " " & [Delivery Time])-CDate([Arrival Date] & " " &
[Arrival Time])
I get a values as double precision numbers like so:
01/01/2005 13:00 01/02/2005 14:05 "1.04513888889051"
My question:
I want to format the Decimal on "TOP" (1.04513888889051) as: X day X hours
X minutes?
I TRIED THE DATE2DIFF MODULE, I CAN"T GET IT TO WORK. Are there any options?
Any thoughts, thanks again.