| 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 |
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
Jul 31, 2009
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 |