mirror of
https://github.com/smarty-php/smarty.git
synced 2026-05-05 04:04:10 +02:00
update html_select_date with month_value_format attribute for controlling the format of the month values.
This commit is contained in:
+11
-3
@@ -131,7 +131,7 @@
|
||||
|
||||
{$Contacts[row].Phone}
|
||||
|
||||
<body bgcolr="{#bgcolor#}"></programlisting>
|
||||
<body bgcolor="{#bgcolor#}"></programlisting>
|
||||
</para>
|
||||
|
||||
<sect1 id="language.assigned.variables">
|
||||
@@ -1253,8 +1253,8 @@ s m o k e r s a r e p. . .</programlisting>
|
||||
</para>
|
||||
<caution>
|
||||
<para>
|
||||
Be careful when capturing <command>{insert}</command> output. If
|
||||
you have caching turned on and you have <command>{insert}</command>
|
||||
Be careful when capturing <command>insert</command> output. If
|
||||
you have caching turned on and you have <command>insert</command>
|
||||
commands that you expect to run within cached content, do not
|
||||
capture this content.
|
||||
</para>
|
||||
@@ -3289,6 +3289,14 @@ OUTPUT:
|
||||
<entry>\n</entry>
|
||||
<entry>string printed between different fields</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry>month_value_format</entry>
|
||||
<entry>string</entry>
|
||||
<entry>No</entry>
|
||||
<entry>%m</entry>
|
||||
<entry>strftime format of the month values, default is
|
||||
%m for month numbers.</entry>
|
||||
</row>
|
||||
</tbody>
|
||||
</tgroup>
|
||||
</informaltable>
|
||||
|
||||
Reference in New Issue
Block a user