Day
●
d
→
8 (without foremost null)
●
dd
→
08 (with foremost Null)
●
ddd
→
Mon. (localized shortcut of the weekday)
●
dddd
→
Monday (localized weekday)
Hour
●
h
→
2 (am/pm sensitive representation)
●
hh
→
02 (am/pm sensitive representation with foremost null)
●
H
→
8 (24 hours representation without foremost null)
●
HH
→
16 (24 houers representation with foremost null)
Minute
●
m
→
3 (without foremost Null)
●
mm
→
03 (with foremost Null)
Second
●
s
→
4 (without foremost null)
●
ss
→
04 (with foremost null)
AM/PM
●
a
→
am
/
pm
●
A
→
AM
/
PM
Note:
For the am / pm sensitive representation
h
or
hh
must be used.
Date+Time[stored]
Available on fpc-01, fpc-02, fpc-04, fpc-05 devices
The Date+Time [stored] widget displays a permanently stored date. This date
can be linked to an event (e.g.: "Maintenance mode"), and thus be updated. The
display could then show, for example, "Last maintenance on dd.mm.yyyy".
Additionally, the date can be offset (stored date + 12 months), so that the
information "Next maintenance: mm.yyyy" can be displayed.
Time[analogue]
Available on fpc-01, fpc-02, fpc-04, fpc-05 devices
The widget Time[analogue] displays the current time as an analogue clock. The
background and the hands can be configured individually. This makes it
© ELFIN Technology GmbH | flexyPage displays user manual | version 2.1.x | 2022-06
85