diff options
author | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-04-10 17:38:40 +0000 |
---|---|---|
committer | Dominik Riebeling <Dominik.Riebeling@gmail.com> | 2007-04-10 17:38:40 +0000 |
commit | f177af4271538bb5e35aba5b5c2cc1f4ba5fad16 (patch) | |
tree | a7dbfcb2c790ad9119f1c5eaf9089c4ff6653094 /manual | |
parent | 7d677d953f3386f02e6337ee369ea00a9e646e91 (diff) | |
download | rockbox-f177af4271538bb5e35aba5b5c2cc1f4ba5fad16.tar.gz rockbox-f177af4271538bb5e35aba5b5c2cc1f4ba5fad16.zip |
Document the RTC wps tags. FS#6986 by Philippe Latulippe.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13098 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'manual')
-rw-r--r-- | manual/appendix/wps_tags.tex | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/manual/appendix/wps_tags.tex b/manual/appendix/wps_tags.tex index 2a0145c371..6129d583bf 100644 --- a/manual/appendix/wps_tags.tex +++ b/manual/appendix/wps_tags.tex @@ -234,6 +234,31 @@ order left -- center -- right. If the aligned texts overlap, they are merged. \end{tagmap} \end{table} +\opt{CONFIG_RTC}{ + \section{Real Time Clock} + \begin{table} + \begin{tagmap}{}{} + \config{\%cd} & Day of month\\ + \config{\%ce} & Zero padded day of month\\ + \config{\%cH} & Zero padded hour from 00 to 24\\ + \config{\%ck} & Hour from 0 to 24\\ + \config{\%cI} & Zero padded hour from 12 to 12\\ + \config{\%cl} & Hour from 12 to 12\\ + \config{\%cm} & Month\\ + \config{\%cM} & Minutes\\ + \config{\%cS} & Seconds\\ + \config{\%cy} & 2-digit year\\ + \config{\%cY} & 4-digit year\\ + \config{\%cP} & Capital AM/PM\\ + \config{\%cp} & Lowercase am/pm\\ + \config{\%ca} & Weekday name\\ + \config{\%cb} & Month name\\ + \config{\%cu} & Day of week from 1 to 7, 1 is Monday\\ + \config{\%cw} & Day of week from 0 to 6, 0 is Sunday\\ + \end{tagmap} + \end{table} +} + \section{Other Tags} \begin{table} \begin{tagmap}{}{} |