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
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
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
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
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
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
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
7 matches
Mail list logo