use locale for formating. https://github.com/activescaffold/active_scaffold/wiki/API%3A-Column#form_ui-v11
On Sun, Apr 21, 2013 at 6:41 PM, Cassio Costa <[email protected]>wrote: > How do I format date input? > > I've tried: > > conf.columns[:data_nascimento].options[:format] = "%d/%m/%Y" > > But this only works in list view, the input continues with the format > "2001-07-19" > > -- > You received this message because you are subscribed to the Google Groups > "ActiveScaffold : Ruby on Rails Gem" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/activescaffold?hl=en-US > . > For more options, visit https://groups.google.com/groups/opt_out. > > > -- You received this message because you are subscribed to the Google Groups "ActiveScaffold : Ruby on Rails Gem" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/activescaffold?hl=en-US. For more options, visit https://groups.google.com/groups/opt_out.
