add day_value_format to html_select_date

This commit is contained in:
mohrt
2002-12-13 15:40:53 +00:00
parent 27f8e2c40b
commit 1f12a0f3e0
4 changed files with 26 additions and 5 deletions
+8 -1
View File
@@ -3494,7 +3494,14 @@ OUTPUT:
<entry>string</entry>
<entry>No</entry>
<entry>%02d</entry>
<entry>what format the day should be in (sprintf)</entry>
<entry>what format the day output should be in (sprintf)</entry>
</row>
<row>
<entry>day_value_format</entry>
<entry>string</entry>
<entry>No</entry>
<entry>%d</entry>
<entry>what format the day value should be in (sprintf)</entry>
</row>
<row>
<entry>year_as_text</entry>