diff options
author | louis <louis.braun@gmx.de> | 2015-03-20 17:04:50 +0100 |
---|---|---|
committer | louis <louis.braun@gmx.de> | 2015-03-20 17:04:50 +0100 |
commit | 9283569008ee654d4084c55ea042fb48218f06f3 (patch) | |
tree | 694559039bb4315e69833c54669dce16daa180b6 /templates/plug-tvguideng-detail.xml | |
parent | 4d91408700a3920e19f193f3a6e8d7000f1b600f (diff) | |
download | vdr-plugin-tvguideng-9283569008ee654d4084c55ea042fb48218f06f3.tar.gz vdr-plugin-tvguideng-9283569008ee654d4084c55ea042fb48218f06f3.tar.bz2 |
completed tokens for time viewelement in detailed view
Diffstat (limited to 'templates/plug-tvguideng-detail.xml')
-rw-r--r-- | templates/plug-tvguideng-detail.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/plug-tvguideng-detail.xml b/templates/plug-tvguideng-detail.xml index 37d4af1..607c86c 100644 --- a/templates/plug-tvguideng-detail.xml +++ b/templates/plug-tvguideng-detail.xml @@ -44,6 +44,14 @@ {min} current minutes {hour} current hours {hmins} current "hourminutes" to display an hour hand + {day} day in digits + {dayleadingzero} day in digits with leading 0 + {dayname} Full name of the day + {daynameshort} Short 3 char name of the day + {month} month in digits with leading 0 + {monthname} Full name of the month + {monthnameshort} 3 letter abbrivation of month name + {year} year in yyyy --> <viewelement name="time"> </viewelement> |