Problems with date field

Hi, I'm creating a date type field to put birthdate, but the years on this field only go to 2003, what should I do??

It's not clear what you're asking. Are you talking about date_select on an input form?

If so, you can do something like: <%= date_select 'person', 'birthdate', {:start_year => 1920, :end_year => 2008} %>

tnx man, that's right just withou the {} tnx again