Mahesh Vaidya wrote:
> Hi,
> I am going to used "DateField" in my model. Which format does date
> field user is it DD/MM/YYYY (European) or MM/DD/YYYY (American) style
> ?  and is it customizable ?

Have a look at...
http://docs.djangoproject.com/en/dev/ref/settings/?from=olddocs#date-format

But beware, there seems to be an open ticket suggesting that you need...

USE_I18N = False

...in your settings.py in order for the DATE_FORMAT to work as expected.

/L


--~--~---------~--~----~------------~-------~--~----~
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