Now I remember I had the same problem when trying to use British- format dates (dd/mm/yyyy). Try this as a starting point: http://groups.google.com/group/calendar_date_select/browse_thread/thread/86d0451c515c2074/9f93a4a5976119fa That discussion is getting old now, so it might be worth looking through the calendar_date_select group to see if there have been changes to Rails and/or the plugin that you need to know about. It's still working for me with Rails 2.2, though.
On Mar 17, 10:01 am, Herman Müller <[email protected]> wrote: > Chris wrote: > > Put this at the very end of environment.rb (*after* the 'end' of the > > Rails::Initializer.run method): > > > CalendarDateSelect.format = :finnish > > > On Mar 16, 9:18 am, Herman M ller <[email protected]> > > Thank you very much Chris, > > it works fine. > > But my next Problem ist, how to save the date format. > > For example: 03.12.2012 will be saved as 2012-03-12, 31.3.2009 will not > saved because there is no month with numer 31 --> the problem is by that > rails mistakes betwenn month and day. > > Do you know a solution? > > Thanks ahead! > > Regs Herman > -- > Posted viahttp://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

