Simple question about datetime select

hello there,
i have a form with a date_select as one of the params

in the controller, how do i get a time object out of it.

i mean if i have
<%= date_select(“start”, “start”, :order => [:month, :day, :year]) %>

how do i make the time object from the result ?

thanks