I have a form with a DateField. The existing date value is formatted to render like this:
2009-10-03
How can I format that so that it look like
You can show date in template by means of
{{ your_object.date_field.day }}.{{ your_object.date_field.month }}.{{ your_object.date_field.year }}