Issue 2375: Wrong enddate for multiple day events
Status:  Done
Owner: ----
Closed:  Nov 2014
Reported by i...@dejong-it.nl, Nov 25, 2014
When you have allday events that span more than one day, the end date is always one day behind.

this is also on the official demo site:
http://fullcalendar.io/js/fullcalendar-2.2.2/demos/basic-views.html

See Conference:
{
	title: 'Conference',
	start: '2014-11-11',
	end: '2014-11-13'
}

In the calendar it shows on 2014-11-11 and 2014-11-12, but not on 2014-11-13
Nov 25, 2014
#1 i...@dejong-it.nl
I just found it is not a bug, but by design.
Sorry about that, this issue can be closed.

http://fullcalendar.io/wiki/Upgrading-to-v2/
"In addition, all end dates are now exclusive. For example, if an all-day event ends on a Thursday, the end date will be 00:00:00 on Friday."
Nov 25, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Done