How to Add Date to DM8000HD Oled with Time in standby, in the /usr/share/enigma2/skin_display.xml

In the <!-- standby --> section,

Code:
<screen name="StandbySummary" position="fill">
<widget source="global.CurrentTime" render="Label" position="center,0" size="120,26" font="Regular;24" valign="top" halign="center" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ClockToText">Format:%d.%m.%Y</convert>
</widget>
<eLabel position="0,29" size="132,2" backgroundColor="orange" />
<widget source="global.CurrentTime" render="Label" position="0,35" size="90,38" font="Regular;34" valign="bottom" halign="right" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ClockToText">Format:%H:%M</convert>
</widget>
<widget source="global.CurrentTime" render="Label" position="91,36" size="37,34" font="Regular;22" valign="bottom" halign="left" noWrap="1" backgroundColor="black" foregroundColor="orange">
<convert type="ClockToText">Format::%S</convert>
</widget>
</screen>


Attachments
Date-Hour.jpg


_________________________