id	summary	reporter	owner	description	type	status	priority	component	severity	resolution	keywords	cc	release
7232	Explicit separator required in date string	anonymous	hasienda	We had to set the seperator 'sep' in wikiticketcalendar/macro.py \r\nhard coded to "/" to make it work\r\n\r\n{{{\r\nduedate = { 'dmy': '%(dd)s%(sep)s%(mm)s%(sep)s%(yy)s',\r\n                                'mdy': '%(mm)s%(sep)s%(dd)s%(sep)s%(yy)s',\r\n                                'ymd': '%(yy)s%(sep)s%(mm)s%(sep)s%(dd)s'\r\n                    }.get(self.date_format,\r\n                    '%(yy)s%(sep)s%(mm)s%(sep)s%(dd)s') % {\r\n                        'dd': dayString,\r\n                        'mm': monthString,\r\n                        'yy': yearString,\r\n                        'sep': "/"\r\n                    }\r\n\r\n}}}	defect	closed	normal	WikiCalendarMacro	normal	fixed	date/time format	rjollos	0.11
