﻿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
11367	Use settings instead of defaults for forms.DateField and similars	Henrique C. Alves	nobody	"There's already two settings used by the template {{{date}}} and {{{time}}} filters ({{{DATE_FORMAT}}} and {{{TIME_FORMAT}}}), used for formatting in similar way as PHP's {{{date()}}}. Form fields like Date and Time, OTH, use {{{strftime()}}} formatting strings, and have hardcoded defaults.

It's common to inherit from those fields just for changing default formats and avoid boilerplate code (e.g, having to set {{{date_format=}}} in every form).

Those fields could, instead, make use of the DATE_FORMAT and TIME_FORMAT settings as defaults, if those are present."		closed	Forms	dev		duplicate	forms newforms settings date time		Unreviewed	0	0	0	0	0	0
