﻿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
30819	Locales that prioritize 2-digit years shows invalid year in admin date picker.	Aldian Fazrihady	Farhaan Bukhsh	"I am using `id` locale. Somehow, on that locale, the django admin uses two digits year to be displayed in input fields.
The datepicker UI will display this wrong year:
[[Image(https://drive.google.com/file/d/17KEkY89TqimwJIJ0kz-b2IJpYETpd46g/view?usp=sharing)]]

Instead of showing year 2019, it shows year 1919.
If I changed the locale to `en`, the datepicker will display the correct year (2019). I also noticed that `en` by default uses 4 digits year in input fields.

Therefore, my workaround for this problem is to use 4 digits year for that locale by configuring FORMAT_MODULE_PATH. Now datepicker shows the correct year on `id` locale.

However, it is quite clear that there is a bug in the datepicker display that happens when two digits year format is used."	Bug	closed	contrib.admin	dev	Normal	fixed	datepicker		Accepted	1	0	0	0	1	0
