{html\_select\_date} {#language.function.html.select.date} ==================== `{html_select_date}` is a [custom function](#language.custom.functions) that creates date dropdowns. It can display any or all of year, month, and day. All parameters that are not in the list below are printed as name/value-pairs inside the ` ..... snipped ..... {* start and end year can be relative to current year *} {html_select_date prefix='StartDate' time=$time start_year='-5' end_year='+1' display_days=false} With 2000 as the current year the output: See also [`{html_select_time}`](#language.function.html.select.time), [`date_format`](#language.modifier.date.format), [`$smarty.now`](#language.variables.smarty.now) and the [date tips page](#tips.dates).