Issue 1205: renderEvent date format bug
Status:  Invalid
Owner: ----
Closed:  Aug 2013
Reported by Matias.V...@gmail.com, Dec 14, 2011
When I initialise the fullcalendar I add all currents events with my local date format (dd-mm-yyyy).
When i later want to add an event to the calendar through the use of
$('#calendar').fullCalendar('renderEvent', {title: 'title', start: '12-12-2011 09:00:00', end: '12-12-2011 11:00:00'}, true); 
it doesn't work.
i have to use american date format 2011-12-12, and then it adds it succesfully

Dec 14, 2011
#1 Matias.V...@gmail.com
Never mind, apparently i did use american date format during initialisation too... 
Aug 14, 2013
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Invalid