Reputation: 823
I am new in rails and wanted to ask next question - how work with dates in reils? For example I have to ask the user's date of birth. Are there any special gems for this? (Just in standard, you can choose February 31 and it will be the norm ...)
Upvotes: 0
Views: 140
Reputation: 331
Ryan bates also has a great railcast on the subject. Paying for the pro episodes is well worth it!
http://railscasts.com/episodes/213-calendars
Upvotes: 1
Reputation: 17528
Try date_select
. Or if you like JS, you can try jqueryui
's datepicker
.
Welcome to Rails and to stackoverflow!
Upvotes: 0