mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-05 10:54:27 +02:00
fixed explanation of time-attribute. thanks to luca200.
This commit is contained in:
@@ -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>
|
||||||
|
Reference in New Issue
Block a user