Commit fc298eb5 authored by kdabholkar's avatar kdabholkar

commit changes reagrding date formate of gstr3B

git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@182868 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 9567723e
......@@ -260,7 +260,7 @@ public class GenerateGSTR3BIC extends ValidatorEJB implements GenerateGSTR3BICRe
sql = "SELECT TO_CHAR(TO_DATE(CODE,'yyyymm'),'mmyyyy') AS CODE FROM PERIOD WHERE ? BETWEEN FR_DATE AND TO_DATE";
pstmt = conn.prepareStatement(sql);
pstmt.setString(1, currDateStr);
pstmt.setTimestamp(1, java.sql.Timestamp.valueOf(e12GenericUtility.getValidDateString(currDateStr, e12GenericUtility.getApplDateFormat(),e12GenericUtility.getDBDateTimeFormat())));
rs = pstmt.executeQuery();
if(rs.next())
......
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