Times from Excel
Hey, when I pull in a time from excel I get a number like `-126167045`. So when I try to add it to date, it gives a very weird number.
I can get around this by turning it to a string and back into a number, but that seems weird. Anyone know what's going on and if there's a better way than
:Date + Num( Format( :Time, "h:m:s" ) )
