Clean up WS, more linking and examples

This commit is contained in:
pete_morgan
2005-06-05 19:46:19 +00:00
parent 37f610db85
commit 85e9427ea8
8 changed files with 170 additions and 62 deletions

View File

@@ -215,10 +215,11 @@ Monday, February 5, 2001
<note>
<title>Programmers note</title>
<para>
date_format is essentially a wrapper to PHP's
<command>date_format</command> is essentially a wrapper to PHP's
<ulink url="&url.php-manual;strftime">strftime()</ulink> function.
You may have more or less conversion specifiers available depending
on your system's strftime() function where PHP was compiled. Check your
on your system's <ulink url="&url.php-manual;strftime">strftime()</ulink>
function where PHP was compiled. Check your
system's manpage for a full list of valid specifiers.
</para>
</note>