[Rails-core] datetime_select - change order of time and date

2012-09-07 Thread Ex
date_select has option :order which provide array containing :day, :month and :year. But datetime_select doesn't allow to provide, for example that: *:order => [:hour, :minute, :day, :month, :year**]*. I think that adding few elements, such as :hour, :minute for :order option in datetime_s

Re: [Rails-core] datetime_select - change order of time and date

2012-09-07 Thread Godfrey Chan
For something like this you might want to just do it and send a PR, it sounds pretty reasonable so I don't think you'll have much trouble getting it merged :) On 2012-09-06, at 6:35 AM, Ex wrote: > date_select has option :order which provide array containing :day, :month and > :year. > > But d

Re: [Rails-core] datetime_select - change order of time and date

2012-09-08 Thread Carlos Antonio da Silva
Yeah, I think it's fine to merge it in as long as we have some code to look at :) On Fri, Sep 7, 2012 at 2:31 PM, Godfrey Chan wrote: > For something like this you might want to just do it and send a PR, it > sounds pretty reasonable so I don't think you'll have much trouble getting > it merged