| Issue 1205: | renderEvent date format bug | |
| 1 person starred this issue and may be notified of changes. | Back to list |
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
Aug 14, 2013
(No comment was entered for this change.)
Status:
Invalid
|
|
| ► Sign in to add a comment |