﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
3672	newforms: DateField doesn't handle date output formats	orestis@…	Adi J. Sieker	"As it stands, the when using a newforms.DateField with specified input
formats, it gets parsed alright, but when rendering the form there is
no way to specify the output format, it gets printed as YYYY-MM-DD.

By looking in the source code, I haven't been able to find anything related to this, so I think DateField needs some tweaking.

This not only is a bad localization practice, it makes _using_ the
input formats impossible, since when re-submitting a populated form
without changes, you get validation errors. 

Since we can define multiple input formats, but there is only one output format (obviously), I suggest:

a) Defining a new parameter, output_format
b) Make it optional, and set it to the first input format defined in the form field."	Uncategorized	closed	Forms	dev	Normal	fixed	DateField l10n localization format input output	scott@… gary.wilson@… jesse.lovelace@… ajs@… blake@… andy@… tao_jonesin@…	Accepted	1	0	0	1	0	0
