yuri wrote: > Hello, > > is it possible to change the date format in the admin interface to the > european version, i.e. dd-mm-yyyy, or any other format, for that > matter? I have no problem formatting it whichever way in the views, but > haven't figured out an easy way to do this in the admin. Is there some > setting I completely missed? Thanks in advance!
You can check i18n part of the django (message IDs DATETIME_FORMAT, DATE_FORMAT and TIME_FORMAT) and if you set LANGUAGE_CODE properly you will get correct date and time display if translation is available for your language (and if not look at http://code.djangoproject.com/wiki/Localization to contribute one). -- Nebojša Đorđević - nesh Studio Quattro - Niš - SCG http://studioquattro.biz/ http://djnesh.blogspot.com/ | http://djnesh-django.blogspot.com/ | http://djangoutils.python-hosting.com/ Registered Linux User 282159 [http://counter.li.org] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---