Date_select and default values?

Hi,

In a form, I have a date_select field. But it always
defaults to today. Can I have my value? For example,

<%= date_select ‘xx’, 3, “value” =>
Date.strptime(“2006-12-25”,"%Y-%m-%d") %>

does not initialize the field with my value?

Thanks,
Ram.