Issue 2090: month view with range in timeFormat
Status:  Released
Owner: ----
Closed:  Jun 2014
Reported by pedrocou...@gmail.com, Feb 8, 2014
How can i make the time information in month view like is presented in agendaWeek and agendaDay views ? In these last views i can see the event start time and end time (ex: 07:00 - 15:00),. In month view i get only the start time (ex: 07:00).

When i use the following:
timeFormat:"HH:mm - HH:mm" or timeFormat:"HH:mm (- HH:mm)" it always returns the start time (ex:07:00 - 07:00) and also messes the oher views time format.

Any help, please ? thanks


Mar 21, 2014
Project Member #1 adamrs...@gmail.com
yeah, version 2.0 offers less control over this. gotta think about a solution...
Summary: month view timeFormat (was: [v2] month view timeFormat)
Status: Discussing
Labels: Type-Feature milestone-date
Mar 21, 2014
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Labels: -Type-Feature Type-Behavior
Jun 2, 2014
Project Member #3 adamrs...@gmail.com
I released v2, knowing this shortcoming, but in the future I need to think of a fix.

Things are the way they are for i18n reasons. The formatRange functionality didn't scale for that.

Maybe a `timeFormatRange` (or something) option should be introduced to control this.
Summary: month view with range in timeFormat (was: month view timeFormat)
Status: Accepted
Labels: -Type-Behavior -milestone-date Type-Bug
Jun 13, 2014
Project Member #4 adamrs...@gmail.com
https://github.com/arshaw/fullcalendar/commit/ee7d5278a9ba3e03986c2818f9914a957a975cb9

will be a "displayEventEnd" setting
Status: Implemented
Jun 15, 2014
Project Member #5 adamrs...@gmail.com
implemented this setting and released it in v2.0.1. Set it to `true` to always display the end time in month view.

http://arshaw.com/fullcalendar/docs/text/displayEventEnd/
Status: Released
Aug 7, 2014
#6 er.nik...@gmail.com
Hi all,
I am facing the same problem of not appearing of end date in calendar.
I am not getting any solution as I have already done everything with displayEventEnd.
I am using code from the following link
https://github.com/silasmontgomery/CakePHP-Full-Calendar-Plugin 

please suggest your solutions to get out of this bug asap.

Thanks!