DTEDIFF(I,DT1,DT2)
Posted: Wed Jun 28, 2006 3:12 pm
Hello,__when I use DTEDIFF(D,ctod("01.01.2000"),ctod("01.01.1601")) it works fine, but when the year of the dates DT1 or DT2 is equal or below 1600, DTEDIFF(D,ctod("01.01.2000"),ctod("01.01.1600"))then I get only ***************. How can I check if this happens?__DTEDIFF(D,ctod("01.01.2000"),ctod("01.01.1601"))= "*******" will not work.__Thanks__Wolfgang