Update resep.jrxml
Perbaikan format tanggal order
This commit is contained in:
parent
10815a80b9
commit
a00c10ffe7
@ -353,7 +353,7 @@
|
||||
<textElement textAlignment="Left" verticalAlignment="Top">
|
||||
<font fontName="SansSerif" size="8"/>
|
||||
</textElement>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("dd-MM-yyyy").format($P{tglOrder}) != null ? new SimpleDateFormat("dd-MM-yyyy").format($P{tglOrder}) : ""]]></textFieldExpression>
|
||||
<textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format($P{tglOrder}) != null ? new SimpleDateFormat("dd/MM/yyyy").format($P{tglOrder}) : ""]]></textFieldExpression>
|
||||
</textField>
|
||||
</elementGroup>
|
||||
<elementGroup>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user