Let me add, that my model contains this

mydate = models.DateTimeField().input_formats = ('%Y.%m.%d %H:%M:%S',)

But when i use the input_formats arg it allows my field to accept any
numeric data
eg: 2342342/42354235 is now accepted.

On Dec 15, 2:57 pm, Aldo <marcwar...@gmail.com> wrote:
> I am using django forms. I have created a model/form with 2 fields,
> name and date.
>
> Prior to saving the form i check if the form is_valid?
>
> if form.is_valid():
>     form.save()
>
> My problem is it wants the date in the format - MM/DD/YYYY
> Otherwise it will not see the form as valid - and not save.
>
> How can i change this I want the date in the format DD/MM/YYYY
>
> Please help
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to