Re: DateField with Django

2009-03-18 Thread Adi Sieker
Hi, On 18.03.2009, at 11:51, Wim Feijen wrote: > > Hello people, > > It has been over a month do I'd like to raise the same question again, > with all due respect. > > Does anybody know how to control a form's output format of a stored > DateField? Unfortunately, different countries use different

Re: DateField with Django

2009-03-18 Thread koenb
> Does anybody know how to control a form's output format of a stored > DateField? Unfortunately, different countries use different customs to > represent dates and I'd like to represent the date in another > international format (%d-%m-%Y). Any help would be very much > appreciated! I use the fo

Re: DateField with Django

2009-03-18 Thread Wim Feijen
Hello people, It has been over a month do I'd like to raise the same question again, with all due respect. Does anybody know how to control a form's output format of a stored DateField? Unfortunately, different countries use different customs to represent dates and I'd like to represent the date

Re: DateField with Django

2009-02-12 Thread Edgard Matos
You have reason Alex. I'm sorry. On Wed, Feb 11, 2009 at 3:21 PM, Alex Gaynor wrote: > > > On Wed, Feb 11, 2009 at 12:19 PM, Edgard Matos wrote: > >> Anybody help me? >> >> On Wed, Feb 11, 2009 at 11:36 AM, Edgard Matos wrote: >> >>> Hi! >>> >>> I have a model with a DateField and I'm setting t

Re: DateField with Django

2009-02-11 Thread Alex Gaynor
On Wed, Feb 11, 2009 at 12:19 PM, Edgard Matos wrote: > Anybody help me? > > On Wed, Feb 11, 2009 at 11:36 AM, Edgard Matos wrote: > >> Hi! >> >> I have a model with a DateField and I'm setting the input_formats >> properties to "%d/%m/%Y": >> birth_date = forms.DateField(input_formats=("%d/%m/%Y"

Re: DateField with Django

2009-02-11 Thread Edgard Matos
Anybody help me? On Wed, Feb 11, 2009 at 11:36 AM, Edgard Matos wrote: > Hi! > > I have a model with a DateField and I'm setting the input_formats > properties to "%d/%m/%Y": > birth_date = forms.DateField(input_formats=("%d/%m/%Y",)) > > When I go add a object in this format ("%Y/%m/%d"), the dj