﻿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
30223	Minor refactor to /django/contrib/admin/static/admin/js/core.js	Songyu-Wang	nobody	"The following code looks weird  
`return (this.getMonth() < 9) ? '0' + (this.getMonth()+1) : (this.getMonth()+1);`
Is there any reason we cannot just do 
`return (this.getMonth() < 10) ? '0' + this.getMonth() : this.getMonth();`"	Cleanup/optimization	closed	contrib.admin	2.1	Normal	invalid			Unreviewed	0	0	0	0	0	0
