| Issue 2153: | Long event Date | |
| 1 person starred this issue and may be notified of changes. | Back to list |
In this example fullcalendar/demos/basic-views.html which is included in the package there is a bug. (The same issue I have on my installation.) The long event end date is displaying wrong. The event date is 2014-01-10 but on calendar the event ends on 2014-01-09. Take a look at the attached image.
May 31, 2014
#1
Lav...@gmail.com
Jun 3, 2014
it's because in 2.0, for all-day events, the end date is now an exclusive value. http://arshaw.com/fullcalendar/wiki/Upgrading-to-2/ (Options that now use Moments ::: Event Object) Just add a day to the date to get the behavior you want.
Status:
Done
|
|
| ► Sign in to add a comment |