I tried using this to build a datetime text box area: select_datetime (date = Time.now, :order => [:year, :month, :day])
This just returns a hash will the year, month, day, hour, minute. I also tried using datetime_select to do the same thing, but cant figure out how to capture the value of the input. Is there an easier way to do this?? Thanks, Josh --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

