iReportでの日付のフォーマットに問題があります
私のPCはロケール言語をフランス語に設定しましたが、iReportがレポートを生成すると、英語のロケールでフォーマットされた日付が見つかります。
これが私のjrxmlファイルからのいくつかのコードです:
<band height="41" splitType="Stretch">
<textField pattern="dd/MM/yyyy h.mm a">
<reportElement uuid="fb711e77-c949-4a99-9b52-109aae00c8ed" x="87" y="19" width="100" height="20"/>
<textElement/>
<textFieldExpression><![CDATA[$P{datenow}]]></textFieldExpression>
</textField>
<staticText>
<reportElement uuid="51fb76a0-829e-4c36-b474-3ff9c7d4c239" x="41" y="19" width="48" height="20"/>
<textElement>
<font isBold="true" isItalic="true"/>
</textElement>
<text><![CDATA[Fes Le : ]]></text>
</staticText>
</band>
これが私にとってどのように表示されるかです:Fri Sep 28 09:59:00
私のターゲットフォーマットはvendredi 28 septembre 2012 09:59
:(フランス語)
何か考えはありますか?