I have a mysql table with a variable t that is time type. In my controller, I simply am specifying:
config.list.columns = [:d, :t, :......etc.,etc. but the t column doesnt come up showing only time, in fact, it shows something formatted like this: Sat, 01 Jan 2000 17:14:23 Eastern Standard Time How can I get it to simply sjhow 17:14:23 ? Thanks, R. Vince -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails plugin" group. To post to this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/activescaffold?hl=.
