value with html_select_date

[email protected] (rei) Mon, 14 Aug 2006 20:34:12 -0700 (PDT)
Newsgroups php.smarty.general
Message-ID <[email protected]>
--------------------------------------------------------
{html_select_date prefix="s_" end_year=+1 month_format=%m day_format=%02d
field_order="YMD" field_separator="-"}
--------------------------------------------------------
i had my SELECT tag written as above.
i've stated that my day_format should be %02d , but why the HTML tags appear
like the following?

---------------------------------------------------------
<select name="s_Day">
<option label="01" value="1">01</option>
<option label="02" value="2">02</option>
<option label="03" value="3">03</option>
・・・
</select>
---------------------------------------------------------
i just cant get the value to be 
value="01"

-- 
View this message in context: http://www.nabble.com/value-with-html_select_date-tf2107132.html#a5808351
Sent from the Smarty - General forum at Nabble.com.