If I have a form similar to the one below, and 'start' is a "string"
field in my Database. Is there a way to take all of the date/time
params and put them into 'start' without too much hacking? I would
like this to be as clean as possible.
I don't know if I understand you correctly, but it sounds like you are
concerned that the datetime select is split into multiple selection
lists and you want the date stored as one attribute in the database.
If this is the case, rails should automatically 'fuse' all the
parameters into one datetime value as long as your column is set to
datetime and not string.