In our SQl database our projects have a start and an end date. I am trying to calculate the number of days that each project lasts. I have tried both
DateDiff ('D', startdate, enddate)
and
(enddate - startdate)
and I get the same results. All projects equal to zero days whether it was the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.