Hi, i'm generating a pdf file using iText.
My date records have a format i don't like. So can anybody knows how to help me formatting the date format?
an example of my code is:
<p:cell>
<p:paragraph alignment="right">Date of prescription: </p:paragraph>
</p:cell>
<p:cell>
<p:paragraph alignment="left">
<p:font style="bold">#{currentPrescription.lastUpdate} </p:font>
</p:paragraph>
</p:cell>Hi,
Converters are commonly used for this.