DTEDIFF(I,DT1,DT2)
DTEDIFF(I,DT1,DT2)
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
=> RE: DTEDIFF(I,DT1,DT2)
The date range that we currently support is 03/01/1600 to 12/31/2999 so date fields earlier than 03/01/1600 will show as error values I am afraid.____Kathleen__R&R Support