[web2py] Re: bug or backward incompatibility for datetime fields

2010-10-24 Thread Marco Prosperi
Sorry, I mistyped: there is [it-it] and not [it_it] in my Firefox On 24 Ott, 22:14, mdipierro wrote:

[web2py] Re: bug or backward incompatibility for datetime fields

2010-10-24 Thread mdipierro
Odd. I do not think there is a language file for it_it. There is it-it and it but not it_it. On Oct 24, 3:11 pm, Marco Prosperi wrote: > I use Firefox 3.6.3 on a Vista machine and Strumenti/Opzioni/Contenuti/ > Lingue has [it_it] as first choice. > Web2py 1.87.3 complains about the dates' format

[web2py] Re: bug or backward incompatibility for datetime fields

2010-10-24 Thread Marco Prosperi
I use Firefox 3.6.3 on a Vista machine and Strumenti/Opzioni/Contenuti/ Lingue has [it_it] as first choice. Web2py 1.87.3 complains about the dates' format while web2py 1.67.0 on the same machine works correctly On 24 Ott, 01:48, Michele Comitini wrote:

Re: [web2py] Re: bug or backward incompatibility for datetime fields

2010-10-23 Thread Michele Comitini
Do you have correct locales on your browser? 2010/10/24 Marco Prosperi : > > Still doesn't work: I get an exception and, moreover, the popping up > calendar widget is in English and not in Italian (October instead of > Ottobre) > > Marco > >

[web2py] Re: bug or backward incompatibility for datetime fields

2010-10-23 Thread Marco Prosperi
Still doesn't work: I get an exception and, moreover, the popping up calendar widget is in English and not in Italian (October instead of Ottobre) Marco

[web2py] Re: bug or backward incompatibility for datetime fields

2010-10-22 Thread mdipierro
I do not think we changed anything in this respect but you can use Field('pippo2','datetime',requires=IS_DATETIME(dot=',')), On Oct 22, 5:32 pm, Marco Prosperi wrote: > hi all, > on my Italian localized Windows PC I have a problem with datetime form > fields. Putting this code in db.py (you ca