search for: my_hour_input

Displaying 1 result from an estimated 1 matches for "my_hour_input".

2006 Mar 07
0
Overriding date helpers in a logical way
...'re not bound to any specific model object. So I would have to add that to my own method, too. And I can''t just override datetime_select since my fields need to be flexibly positioned, and not just one big <div>. Ideally, I''d just do something like my_day_input(@date1), my_hour_input(@date1), my_minute_input(@date1) and then just access @date1 in the receiving controller method and have it be a valid Date. So if you had to implement the above, how would you go about doing it? I''m having trouble getting a foothold in this seemingly complex problem. -- -Matt Torok