| Issue 2090: | month view with range in timeFormat | |
| 4 people starred this issue and may be notified of changes. | Back to list |
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
(No comment was entered for this change.)
Labels:
-Type-Feature Type-Behavior
Jun 2, 2014
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
https://github.com/arshaw/fullcalendar/commit/ee7d5278a9ba3e03986c2818f9914a957a975cb9 will be a "displayEventEnd" setting
Status:
Implemented
Jun 15, 2014
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
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! |
|
| ► Sign in to add a comment |
Status: Discussing
Labels: Type-Feature milestone-date