[web2py] Re: problem with a date in a form

2013-06-20 Thread Niphlod
uhm. Italian here too, but I don't have that problem. Something must be missing / must be incorrect in your app. Can you pack a minimal app to reproduce the issue ? On Thursday, June 20, 2013 7:17:49 PM UTC+2, palomar wrote: > > yes, I'm italian :D > I've already check it > in my it.py is > %d/%m

[web2py] Re: problem with a date in a form

2013-06-20 Thread palomar
yes, I'm italian :D I've already check it in my it.py is %d/%m/%Y for the input I use the calendar I have, for exeple 20/06/2013 and the error say me "enter date as 28/08/1963" and the date is in that format! -- --- You received this message because you are subscribed to the Google Groups "

[web2py] Re: problem with a date in a form

2013-06-19 Thread Niphlod
first of all: do you input the date with that format ? Date format is dependant on the representation of the date itself, that is managed by the T operator. If you scan your (supposedly) it.py and it-it.py you'll see that there's a translation for the string %Y-%m-%d that is the one used to "tran