In your forms and modelforms, you can specify both the allowed input date formats and the display format.
http://docs.djangoproject.com/en/1.1/ref/forms/fields/#datefield (see the input_format option) http://docs.djangoproject.com/en/1.1/ref/forms/widgets/ (see the 'format' option) As for collecting and storing your users' preferences, I leave that up to you. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.