B
Bill Meacham
The ProjDateDiff() function seems to return different values depending on
what dates are being compared. I have created two enterprise custom date
fields, Est. Start and Est. Finish. When I compare them to the built-in
Start and Finish flelds I get the following:
ProjDateDiff([Start],[Est. Start])/480
Start = 1/31/2005; Est. Start = 1/31/2005; result = 0
ProjDateDiff([Finish],[Est. Finish])/480
Finish = 1/31/2005; Est. Finish = 1/31/2005; result = -1
Why is there a discrepancy? It is a nuisance for what I am trying to do.
Is there a way to make the results the same?
what dates are being compared. I have created two enterprise custom date
fields, Est. Start and Est. Finish. When I compare them to the built-in
Start and Finish flelds I get the following:
ProjDateDiff([Start],[Est. Start])/480
Start = 1/31/2005; Est. Start = 1/31/2005; result = 0
ProjDateDiff([Finish],[Est. Finish])/480
Finish = 1/31/2005; Est. Finish = 1/31/2005; result = -1
Why is there a discrepancy? It is a nuisance for what I am trying to do.
Is there a way to make the results the same?