fix date range value on %d specifier

This commit is contained in:
mohrt
2006-02-02 15:31:19 +00:00
parent b23b43afba
commit 9a700739a7

View File

@@ -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)
</para></listitem>
<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>
<listitem><para>
%D - same as %m/%d/%y