﻿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
18777	Visualization of date fields as_hidden aren't localized	César H. Roldán	Aleksandra Sendecka	"When use a date field as_hidden in template, the value isn't localized.

For example, in my settings.py I set:

{{{
LANGUAGE_CODE=""es_ar""
}}} 

and when I use:

{{{
{{form.field.as_hidden}}
}}}

I recieve:

{{{
<input type=""hidden"" name=""date_field"" value=""2012-01-01"" id=""id_date_field"">
}}}

and the correct format must be:

{{{
<input type=""hidden"" name=""date_field"" value=""01/01/2012"" id=""id_date_field"">
}}}

The Input widget does not use format for those types (see Date, DateTime or Time widgets)"	Bug	closed	Forms	1.4	Normal	fixed	date widget hidden sprint2013	asendecka@…	Accepted	1	0	0	0	0	0
