Commit bdd09b69 authored by skumbhar's avatar skumbhar

Message for completion date.


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@98393 ce508802-f39f-4f6c-b175-0d175dae99d5
parent af09d53a
......@@ -247,9 +247,9 @@ implements PurMilstnValidatorEJBLocal,PurMilstnValidatorEJBRemote {
Date tranDate = sdf.parse(tran_date);
System.out.println("futureDate["+complDate+"].before["+currentDate+"]:::"+complDate.before(currentDate)+":::");
if(complDate.before(currentDate) && complDate.after(tranDate)){
return true;
if(complDate.before(tranDate) || complDate.after(currentDate)){
return false;
}
return false;
return true;
}
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment