Alex Rades schrieb:
> Hi,
> Is there a way to do it? Here in europe we really use DD-MM-YYYY
>
> Thank you
>
>   
AFAIK you can't change the date format which is used for input fields
in the admin interface.

Sad but true, settings.DATE_FORMAT is even ignored if you use date
objects (datetime.date.today()) in a template.
You need to use the "date" or "time" filter. I think this is redundant.

  Thomas

-- 
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de


--~--~---------~--~----~------------~-------~--~----~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to