fixed explanation of time-attribute. thanks to luca200.

This commit is contained in:
messju
2004-11-01 10:28:59 +00:00
parent 6a799bb608
commit 9fb3387867

View File

@@ -140,14 +140,9 @@
</para> </para>
<para> <para>
The time-attribute can have different The time-attribute can have different
formats. It can be a uniq-timestamp or a formats. It can be a unique timestamp or a
string containing Y-M-D. YYYY-MM-DD may be the string of the format YYYYMMDDHHMMSS or a string
most common, but months and days with less that is parseable by php's strtotime().
than two digits are also recognized. If one of
the 3 values (Y,M,D) is the empty string, than
the according select-box is not pre-selected
at all. This is especially useful with the
empty_year-, -month- and -day-attritbutes.
</para> </para>
<example> <example>
<title>html_select_time</title> <title>html_select_time</title>