Issue 2237: Part of end time is missing (displayEventEnd)
Status:  Released
Owner: ----
Closed:  Nov 2014
Reported by da.arvid...@gmail.com, Aug 10, 2014
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
Forgot to mention, the view I'm using i month view...
Aug 14, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Reproducing
Labels: Type-Bug
Aug 21, 2014
#3 da.arvid...@gmail.com
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
Project Member #4 adamrs...@gmail.com
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