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
This commit is contained in:
parent
7d677d953f
commit
f177af4271
1 changed files with 25 additions and 0 deletions
|
@ -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}{}{}
|
||||
|
|
Loading…
Reference in a new issue