Commit 82d2c289 authored by sabita.prasad's avatar sabita.prasad

Changed the Page header date format as mm/dd/yy


git-svn-id: http://15.206.35.175/svn/proteus/business-java/trunk@92029 ce508802-f39f-4f6c-b175-0d175dae99d5
parent 02d7d77f
......@@ -62,7 +62,7 @@
</textElement>
<textFieldExpression class="java.lang.Integer"><![CDATA[$V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField pattern="dd/MM/yyyy" isBlankWhenNull="true">
<textField pattern="MM/dd/yy" isBlankWhenNull="true">
<reportElement x="78" y="0" width="146" height="15"/>
<textElement/>
<textFieldExpression class="java.util.Date"><![CDATA[$F{SYSDATE}]]></textFieldExpression>
......
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