[EMAIL PROTECTED] wrote: >> You should add different Date formats based on locale aswell. Like: >> 10.03.2007 or 03-10-07 > > This is already handled, if we are in english locale the mm-dd-yyyy > format is used, dd-mm-yyyy is used otherwise.
Answering too fast, I do handle the case of days and switching if we are in english, but do not handle the case of the date separator : . or -, it's only / right now. I'll add in a future release. Thanks. Mathieu --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" 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-spinoffs?hl=en -~----------~----~----~----~------~----~------~--~---
