views:

59

answers:

1

Hello,

I want to use an input field and beside the input field should be displayed an date select field in which the user can choose the date and this date will then be filled in the input field. Do you know an easy solution without using prototype?

Thanks for your help,

Matthias

A: 

Why not just use the date_select form helper?
http://apidock.com/rails/ActionView/Helpers/DateHelper/date_select

concept47
Yeah thats quite simple and stupid easy. Thanks for this advise.
Matthias Guenther