Commit c61d9178 authored by cpatil's avatar cpatil

change date "01/04/14" to "01/04/15"


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@100092 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 31f1f929
......@@ -102,7 +102,7 @@ public class PorcpVouchCreateSch implements Schedule
currAppdate=sdf.format(today);
System.out.println("intializingLog$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$........."+ intializingLog("Porcp_Vouch_Sch"));
String tranDateFrom = "01/04/14";
String tranDateFrom = "01/04/15"; //change by cpatil "01/04/14" to "01/04/15"
boolean isValidReceipt=true;
tranDateFromNew = Timestamp.valueOf(genericUtility.getValidDateString(tranDateFrom, genericUtility.getApplDateFormat(),genericUtility.getDBDateFormat()) + " 00:00:00.0");
java.util.Date currentDate = new java.util.Date();
......
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