Skip to content

Commit

Permalink
Ajuste do campo de data
Browse files Browse the repository at this point in the history
  • Loading branch information
Norbertoooo committed Jul 4, 2021
1 parent 058c4bf commit b300733
Showing 1 changed file with 9 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,19 +48,12 @@
<reportElement x="-20" y="-20" width="595" height="100" forecolor="rgba(218, 233, 245, 0.0)" backcolor="#3766D4" uuid="f33e32db-589a-425a-bfc9-8f480caaa63e"/>
</rectangle>
<staticText>
<reportElement x="-20" y="10" width="439" height="40" forecolor="#FFFFFF" uuid="e5743dfd-9aed-4f0d-ae2c-8045c579d5a0"/>
<textElement textAlignment="Left">
<reportElement x="58" y="20" width="439" height="40" forecolor="#FFFFFF" uuid="e5743dfd-9aed-4f0d-ae2c-8045c579d5a0"/>
<textElement textAlignment="Center">
<font fontName="Serif" size="26"/>
</textElement>
<text><![CDATA[Relatório de Acompanhamento]]></text>
</staticText>
<textField pattern="MMMMM dd, yyyy">
<reportElement x="510" y="60" width="65" height="20" forecolor="#FFFFFF" uuid="ca41fa5c-d8ce-4586-9c88-800485170921"/>
<textElement>
<font fontName="Serif" size="12"/>
</textElement>
<textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format(new java.util.Date())]]></textFieldExpression>
</textField>
</band>
</title>
<detail>
Expand Down Expand Up @@ -156,6 +149,13 @@
<textElement textAlignment="Left"/>
<textFieldExpression><![CDATA[" de " + $V{PAGE_NUMBER}]]></textFieldExpression>
</textField>
<textField pattern="MMMMM dd, yyyy">
<reportElement x="1" y="30" width="135" height="20" forecolor="#000000" backcolor="#000000" uuid="ca41fa5c-d8ce-4586-9c88-800485170921"/>
<textElement>
<font fontName="Serif" size="12"/>
</textElement>
<textFieldExpression><![CDATA[new SimpleDateFormat("dd/MM/yyyy").format(new java.util.Date())]]></textFieldExpression>
</textField>
</band>
</pageFooter>
</jasperReport>

0 comments on commit b300733

Please sign in to comment.