date_select method can only set :start_year, but i\'d like to set start date (e.g. date 3 months ago) (but there are no such options).
so, can i set start date to da
It is possible... e.g.
:start_year – Set the start year for the year select. Default is Time.now.year - 5
see this resource.