﻿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
4121	DateTime, Date,Time, MonthDay, YearMonth for general usage	Jari Pennanen	Marc Garcia	"Currently Django does not let one to use the great functions `django.utils.translation.get_date_formats`, `get_partial_date_formats` in any handy way.

The following method adds all DateTime, Date, Time, MonthDay, YearMonth for general usage.

Names come from common naming:
 * `c` Datetime, appropriate date and time representation (for example same name in strftime)
 * `x` Date, appropriate date representation. e.g. '2007-04-23' (for example same name in strftime)
 * `X` Datetime, appropriate date and time representation. e.g. '2007-04-23 4:13' (for example same name in strftime)
 * `k` Month day, appropriate month day representation. e.g. 'January 5' (I Invented the ""k"" naming)
 * `K` Year month, appropriate year month representation. e.g. '2007 January' (I invented the ""K"" naming)

This allows one to use all of the above in `date` filter and in `now` tag."		closed	Internationalization	dev		fixed	localization i18n local-datetime-format local-date-format local-time-format	ciantic@…	Design decision needed	1	0	0	0	0	0
