Akelos Framework v1 forum archive. This forum is no longer maintained. To report bugs please visit https://github.com/akelos/akelos/issues
    • CommentAuthormsalhab
     
    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
     

    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 %>