| Issue 258: | Event Misplaced | |
| 1 person starred this issue and may be notified of changes. | Back to list |
There seems to be an issue with my fullcalendar:
$(document).ready(function() {
$('#calendar').fullCalendar({
theme: true,
header: {
left: 'prev,next today',
center: 'title',
right: 'month,agendaWeek,agendaDay'
},
editable: false,
events: [
{
id: 1,
title: 'Doloribus',
start: new Date(2009, 12, 22),
end: new Date(2009, 12, 23),
url: '/events/1/edit'
}
]
});
});
See attached file.
Dec 22, 2009
Project Member
#1
adamrs...@gmail.com
Status:
Done
Dec 22, 2009
ahh! thank you so much! |
|
| ► Sign in to add a comment |