I was just wondering if there is a way to count the number of days in between 2 dates in the 'medium date' format? If so, where/how might I begin to code this?
Paul, Date/Time values are stored as Integers and decimals no matter what the format you choose so you should be able to use the DateDiff() function.
DateDiff("d",FirstDate, SecondDate)
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.