Commit b65433d3 authored by agaikwad's avatar agaikwad

set ref_date


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@106669 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 4b5bcd4d
...@@ -815,7 +815,7 @@ public String process(Document dom,Document dom1,String windowName,String xtraPa ...@@ -815,7 +815,7 @@ public String process(Document dom,Document dom1,String windowName,String xtraPa
{ {
xmlBuff.append("<ref_id><![CDATA["+refIdDet.trim()+"]]></ref_id>"); xmlBuff.append("<ref_id><![CDATA["+refIdDet.trim()+"]]></ref_id>");
} }
if(refIdAdvDet !=null && refIdAdvDet.trim().length() > 0) if(refDadteDet !=null)
{ {
System.out.println("refDadteDet:::"+refDadteDet); System.out.println("refDadteDet:::"+refDadteDet);
dateStr = sdftemp.format(refDadteDet); dateStr = sdftemp.format(refDadteDet);
......
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