BIRT Date Formatting

To output a date in your BIRT HTML, you can nicely format it using the value-of xml tag…

<value-of format="MM/dd/yyyy hh:mm:ss">new Date()</value-of>

More tips here.