2

I use datetime_select in my application and i want to use such order of time and date:

HH MM - DD MM YYYY 

But i can't get how to do that. :order option allow only array that containing :day, :month and :year. Is there any solution to solve that?

4

1 回答 1

4
:order => [:hour, :minute, :day, :month, :year].

那应该这样做。

于 2013-07-26T15:40:58.997 回答