Is there a way in rails to override default date input in form? In html form I get date input as drop down menu. The thing is for year it only shows year from 2008 to 2018. How can I make it let me enter any year I want, but keep month and day as dropbox? I tried in html form use type="date", but nothing changes.
What is the best way to modify date input format in rails (and html/javascript if it needs to be changed there too)?