I have a Ruby project with a User object that consists of various
fields (attributes). Two of these are preferredStart and preferredEnd
and were configured with the "... script/generate scaffold ..."
command to have type "time". When I visit the resulting "New User"
page, the input for those two fields has date and time. In other
words, the user could select a month, date and year in addition to
hour, minute and second for preferredStart and preferredEnd. The
relevent code from the view/new_user.html.erb is:
That did it, thank you for the quick reply and the nudge in the right
direction. As you probably have guessed, I'm way down on the left side
of the learning curve. Thanks!
AG
···
On Mar 16, 3:29 pm, Craig Demyanovich <cdemyanov...@gmail.com> wrote: