| Issue 1578: | No timeFormat if event is < 1h | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Hi. Im trying to do a format with timeFormat, i dont want the time to show at all if the start-end is =< 1h. I have tried to use this:
timeFormat:{
agenda:'{ HH:mm{ - HH:mm}', // HH:mm{ - HH:mm} }
agendaDay: '',
'':'HH:mm{ - HH:mm}'
}
And it works, but then the "longer" events only show the same start and end-time. Any solutions?
Oct 17, 2012
#1
dzemal.b...@gmail.com
Aug 18, 2013
you might have to use the `eventRender` callback to get this custom logic in there
Status:
Done
|
|
| ► Sign in to add a comment |