Not signed in (Sign In)
Welcome Guest!
Want to take part in these discussions? If you have an account, sign in now.
If you don't have an account, apply for one now.
    • CommentAuthormsalhab
    • CommentTimeFeb 25th 2008
     
    How can I change the options in the year select to make it start from say(1983)?

    it has a default to start from : 2003 and end with 2013

    Thanks
    •  
      CommentAuthorbermi
    • CommentTimeFeb 25th 2008
     

    I'm not sure which helper method are you using, but if you were using DateHelper::select_year (which is used by other helpers) you can pass the options:

    <%= select_year 2008, :start_year => 1900, :end_year => 2020 %>
    
Add your comments
    Username Password
  • Format comments as