Options

Convert Dates

LambaLamba Member Posts: 260
Hi Professionals,

How could i get the date differences b\w the Workdate and the Purchase Header"."Posting Date, i tried:


Date1 :=WORKDATE;
Date2 :="Purchase Header"."Posting Date";
Date3 := evaluate(d,Date1-Date2);



Date1's datatype is Date.
Date2's datatype is Date.
Date3's datatype is Date.
On subtracting the value is of integer type

Comments

Sign In or Register to comment.