Re: Localization and date format

2010-04-24 Thread Skylar Saveland
I presume that you mean date formatting in the templates: http://docs.djangoproject.com/en/dev/ref/templates/builtins/#date you can use the strftime format bits iirc: http://docs.python.org/library/datetime.html#strftime-and-strptime-behavior you can set the default with a setting http://docs.

Localization and date format

2010-04-24 Thread pjmorse
Is there any way to force a particular localization on date formatting? Our site (Django 1.0.2, Python 2.5) was set up with "UK" as the language code for the U.K. This apparently didn't cause any problems for years, but now that the person who made that decision is out of arm's reach, it's been di