[SOLVED] Month in Dutch with Smarty
Posted: Tue Mar 31, 2009 9:13 pm
Hello,
I used this code in my smarty template:
{html_select_date prefix=$startdateprefix time=$startdate start_year="-10" end_year="+15" field_order="DMY"}
It works fine, but it displays the month in english and i want it in dutch.
I tried:
month_format="%B"
But this don't work.
What do i need to do to display the month in dutch?
Regards,
Bas
I used this code in my smarty template:
{html_select_date prefix=$startdateprefix time=$startdate start_year="-10" end_year="+15" field_order="DMY"}
It works fine, but it displays the month in english and i want it in dutch.
I tried:
month_format="%B"
But this don't work.
What do i need to do to display the month in dutch?
Regards,
Bas