Commit 9f8dea8c authored by pshinde's avatar pshinde

Source Code changes in PorderMilestone


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@99327 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 6106e6fd
......@@ -122,7 +122,7 @@ public class POrderMilestone extends ValidatorEJB {
complDateNew = Timestamp.valueOf(genericUtility.getValidDateString(complDate, dateFormat,genericUtility.getDBDateFormat()) + " 00:00:00.0");
System.out.println("completionDate ====parsed into sql format:::::"+complDateNew);
}
//}
/*if(dueDateOrgStr.length() > 0)
{
dueDateOrg = Timestamp.valueOf(genericUtility.getValidDateString(dueDateOrgStr,dateFormat,genericUtility.getDBDateFormat()) + " 00:00:00.0");
......@@ -220,6 +220,7 @@ public class POrderMilestone extends ValidatorEJB {
}
}
} //end try
......
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