mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-06 03:14:27 +02:00
fix date range value on %d specifier
This commit is contained in:
@@ -130,7 +130,7 @@ Monday, February 5, 2001
|
|||||||
%C - century number (the year divided by 100 and truncated to an integer, range 00 to 99)
|
%C - century number (the year divided by 100 and truncated to an integer, range 00 to 99)
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
%d - day of the month as a decimal number (range 00 to 31)
|
%d - day of the month as a decimal number (range 01 to 31)
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
%D - same as %m/%d/%y
|
%D - same as %m/%d/%y
|
||||||
|
Reference in New Issue
Block a user