Commit 50d71bda authored by manohar's avatar manohar

for timestamp dbdate format assigned


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@96672 ce508802-f39f-4f6c-b175-0d175dae99d5
parent e1882555
...@@ -493,7 +493,7 @@ public class CalculateCommission ...@@ -493,7 +493,7 @@ public class CalculateCommission
} }
loginEmpCode = validatorEJB.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode"); loginEmpCode = validatorEJB.getValueFromXTRA_PARAMS(xtraParams, "loginEmpCode");
sdf = new SimpleDateFormat(genericUtility.getApplDateFormat()); sdf = new SimpleDateFormat(genericUtility.getDBDateFormat());
taxDate = java.sql.Timestamp.valueOf(sdf.format(chgDate) + " 00:00:00.000"); taxDate = java.sql.Timestamp.valueOf(sdf.format(chgDate) + " 00:00:00.000");
date = taxDate; date = taxDate;
......
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