Quantcast
Channel: BIRT Exchange Forum Feed
Viewing all articles
Browse latest Browse all 542

QBR Date Formats

$
0
0
Hi All,

Wondering if anyone has been able to change the date format within the QBRs? Our custom format (yyyy-MM-dd) isn't being used for these reports.

I've been able to change the footer within the MaximoSystemLibrary.rptlibrary, but cannot find a way to change date fields (ex. Target Start Date).

I've tried the following. Thanks for your time.

<property name="contentType">html</property>
<text-property name="content"><![CDATA[<value-of>MXReportScriptContext.get().getUserDate()</value-of>]]></text-property>

<property name="contentType">html</property>
<text-property name="content"><![CDATA[<value-of format="yyyy-MM-dd HH:mm:ss">new Date()</value-of>]]></text-property>

Viewing all articles
Browse latest Browse all 542

Trending Articles