Drop down box displaying years

Hi guys,
How would I go about creating a drop down box with a listing of years
from say 1900 to present?

Thanks
Larry

Hi Larry,

Larry Maxfield wrote:

How would I go about creating a drop down
box with a listing of years from say 1900 to
present?

See the select_year method at api.rubyonrails.org.

Best regards,
Bill

Bill W. wrote:

Hi Larry,

Larry Maxfield wrote:

How would I go about creating a drop down
box with a listing of years from say 1900 to
present?

See the select_year method at api.rubyonrails.org.

Best regards,
Bill

Ah yes, thanks for that, works great!