﻿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
7944	Generic date based views get confused with a numeric month_format	Chris Beaven	Justin Lilly	"Currently, the views are doing
{{{*time.strptime(year+month+day, '%Y'+month_format+day_format)[:3])}}}

Which causes problems if someone is using a numeric `month_format`.

a date of 2008-1-14 is converted to `""2008114""`, which is read as 2008-11-4

Easy fix, just use a delimiter in the `strptime` method"		closed	Generic views	dev		fixed		justinlilly@…	Accepted	1	0	1	0	0	0
