How to get ISO date format in admin interface

2010-10-28 Thread Svenn Are Bjerkem
Hi, I want to have ISO date format -MM-DD in the columns in the admin interface. Currently I have localized dates depending on the LANGUAGE_CODE setting. I have tried to set DATE_FORMAT = 'Y-m-d' in my settings.py and even tried it in the global_settings.py, but I have got the understanding tha

Re: Date format in admin interface

2006-03-16 Thread Adrian Holovaty
On 3/16/06, yuri <[EMAIL PROTECTED]> wrote: > yip, I found those and played around with them, but they only change > the display format, i.e. say in the "list objects" view. However, they > don't alter the "create object" view, i.e., the date entry part. For > example, the calendar widget in the a

Re: Date format in admin interface

2006-03-16 Thread yuri
Hi Adrian, yip, I found those and played around with them, but they only change the display format, i.e. say in the "list objects" view. However, they don't alter the "create object" view, i.e., the date entry part. For example, the calendar widget in the admin men is still entering dates in the

Re: Date format in admin interface

2006-03-15 Thread Nebojša Đorđević
yuri wrote: > Hello, > > is it possible to change the date format in the admin interface to the > european version, i.e. dd-mm-, 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. I

Re: Date format in admin interface

2006-03-15 Thread Adrian Holovaty
On 3/15/06, yuri <[EMAIL PROTECTED]> wrote: > is it possible to change the date format in the admin interface to the > european version, i.e. dd-mm-, 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

Re: Date format in admin interface

2006-03-15 Thread Waylan Limberg
There are some date format variables in the setting file. Although I haven't played with them personally, I understand them to be the defaults when no format is provided in the views/templates. I'm guessing that the admin uses them so try changing to your preferred format there. On 3/15/06, yuri

Date format in admin interface

2006-03-15 Thread yuri
Hello, is it possible to change the date format in the admin interface to the european version, i.e. dd-mm-, 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 c