date_select always displays current day

In my model, birthday is of type Date. The following date_select field always displays the current day in the browser even though :birthday has a different value. Any idea? <%= date_select(:profile, :birthday) %>

thanks, aj

In my model, birthday is of type Date. The following date_select field always displays the current day in the browser even though :birthday has a different value. Any idea? <%= date_select(:profile, :birthday) %>

thanks. that works. -aj