jazzband / django-floppyforms

Full control of form rendering in the templates.
http://django-floppyforms.readthedocs.org/
Other
839 stars 145 forks source link

Date widget shows 'dd/mm/yyyy' on form edit #84

Closed brunoprograma closed 11 years ago

brunoprograma commented 11 years ago

Why the date widget does not show the date, just 'dd/mm/yyyy', when we edit the modelform?

Have to do it show the value?

gregmuellegger commented 11 years ago

Have you tried to apply the method mentioned in the docs: http://django-floppyforms.readthedocs.org/en/latest/usage.html#modelforms Please try that and if you don't have success or I got your problem wrong, feel free re-open this issue.