13.02.2020, 15:22
Fixing date order in the Confluence-BMW.
Just looking for instances of the definition of date and changed order.
For example for Home.xml changed it here:
[attachment=457]
Just looking for instances of the definition of date and changed order.
For example for Home.xml changed it here:
Code:
<control type="label">
<description>date label normal font</description>
<posx>5r</posx>
<posy>0</posy>
<width>500</width>
<height>55</height>
<align>right</align>
<aligny>center</aligny>
<font>font38_title</font>
<textcolor>$VAR[TextColor1]</textcolor>
<shadowcolor>black</shadowcolor>
<label>$INFO[System.Date(mm.dd.yyyy)]</label>
</control>