Date and hour in the gauges.xml
Date and hour in the gauges.xml
Hj, I would want to add date and hour to gaeges.xml. Can you help me? Thanks
- TiToine
- Site Admin
- Messages : 3356
- Inscription : lun. mars 20, 2006 11:16 am
- Localisation : Montréal
- Contact :
Re: Date and hour in the gauges.xml
Hi,
You should add a textbox:
Modify position-x and position-y to put the text box where you want.
You should add a textbox:
Code : Tout sélectionner
<textbox width="500" height="30" margin="5" position-x="0" position-y="185">
<text text="generated the $CurrentDate[%A %d %B %Y at %Hh%M]" alignement="9">
<font color="FF000000" facename="Arial" size="14" weight="400" italic="1" />
</text>
</textbox>
Re: Date and hour in the gauges.xml
Thank you TiToine