My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 69: A multi-day event ending on the last day of the month does not show the last day.
2 people starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Jul 2009


Sign in to add a comment
 
Reported by paulfer...@gmail.com, Jul 29, 2009
What steps will reproduce the problem?
1. Event Details -
id: 10,
title: "Event title",
start: new Date("October 30, 2009"),
end: new Date("October 31, 2009"),
url: "http://myurl

What is the expected output? 
  - The visual representation of the event spanning from days 30-31. 

What do you see instead?
  - The event is only seen on the 30th.(can be any number of days, but the
end date landing on the last day of the month never shows)


What version of the product are you using? On what operating system?
  - 1.2.1, PC Vista FF 3 and IE 7

Please provide any additional information below.

Jul 29, 2009
#1 paulfer...@gmail.com
Well, I found out what it was doing. It seems the calendar isn't considering the end
date as the last day of the event. So my quick fix was simply adding 1 day to the end
date.
Jul 31, 2009
Project Member #2 adamrs...@gmail.com
yep, as described here: http://arshaw.com/fullcalendar/docs/#calevent-objects

was designed that way.. end times are exclusive
Status: Done
Sign in to add a comment

Powered by Google Project Hosting