| Issue 2237: | Part of end time is missing (displayEventEnd) | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi! I have found that when I use displayEventEnd, the hour in the end time is missing when I set the end time as the same as the start time. For e.g. Event time: 07:20 - 07:20 This time will be displayed as 07:20 - :20 An as you can se the hour in the end time is missing. This is the same for both Fullcalendar 2.02 as 2.1 beta 2. I have tried this with a clean code and is the same issue.
Aug 10, 2014
#1
da.arvid...@gmail.com
Aug 14, 2014
(No comment was entered for this change.)
Status:
Reproducing
Labels: Type-Bug
Aug 21, 2014
Update: I tried to add the option timeFormat with the following setting: HH:mm After that everyting seems to be correct with my times. 07:20-07:20 is displayed as only 07:20 07:20-13:00 is displayed as 07:20-13:00
Nov 25, 2014
In v2.2.3, just released, the the behavior should work the way you desire by default. The problem is that your start time was equal to your end time, which is technically invalid, and in previous versions things would be buggy as a result, but since v2.2.3 it will coerce the end date into `null` and things will work as expected.
Status:
Released
|
|
| ► Sign in to add a comment |