Answered
DateDiff w/ incorrect results (huh?)
Please run the attached code and tell me I"m not crazy.
DateDiff did not calculate the correct number starting with this date >>> (04/03/2006)... once it hit's that date the count does not increment and then the next date continues incrementing... but with all results now off by one.
What is going on... I need to use DateDiff to get the correct number?
Is there another calculation that I can use to get the difference between two dates... giving me the actual count between those dates? Do you see the same crazy behaviour on your end?
Here is what I see on my side:
(87??) -- 88
(86??) -- 87
86 -- 86
85 -- 85
Thanks for the input.
DateDiff did not calculate the correct number starting with this date >>> (04/03/2006)... once it hit's that date the count does not increment and then the next date continues incrementing... but with all results now off by one.
What is going on... I need to use DateDiff to get the correct number?
Is there another calculation that I can use to get the difference between two dates... giving me the actual count between those dates? Do you see the same crazy behaviour on your end?
Here is what I see on my side:
(87??) -- 88
(86??) -- 87
86 -- 86
85 -- 85
Thanks for the input.