Show event in calendar from start date to end date

So, I want to display the events from the calendar from Start Date to end date.

Ex, if my start date is 21 December 2015 and my end date is 26 December 2015 I want my event to be rendered on all days, not just from 21 to 25.

在这里输入图像描述

I put a image as an example.

LE: The start date / end date are taken from event variable


Setting (programatically) the datetime to 26 December 23:59:00 resolves the problem. When you pick 26 December as a startDate, you actually pick 26 December 00:00:00 , which comes exactly after the end of 25 December as you see on the p:schedule

链接地址: http://www.djcxy.com/p/81270.html

上一篇: Fullcalendar:如何更改默认结束日期

下一篇: 在日历中显示从开始日期到结束日期的事件