Using CR9
I am using the DateDiff function to calculate the number of days between dates as in the formula below.
Everything works fine until I reach a date over 1 year. When this happens I get a null return value. Can anyone shead some light as to why this is happening?
Thanks
Joe
I am using the DateDiff function to calculate the number of days between dates as in the formula below.
Code:
dateDiff("d", Date1, Date1)
Everything works fine until I reach a date over 1 year. When this happens I get a null return value. Can anyone shead some light as to why this is happening?
Thanks
Joe