Date_select no day field

elow

I need only to pick year and month ( no days ) how to do this
I got like ->
<%= date_select(“date”, “”) %>
but it’s displaying year month and day

thanks