为什么在使用新版本的jquery fullcalendar时我不再显示事件的结束时间?

时间:2014-11-16 04:33:45

标签: jquery fullcalendar

我刚从版本1.6.4 to 2.2 of jquery Fullcalenda升级而且我遇到了显示开始和结束时间的问题

  1. 当我想要显示事件的开始和结束时间时,我再也看不到结束时间了。这是1.6.4的屏幕截图,我在午夜到上午7:59之间有一个事件,并显示两者。
  2. enter image description here

    这是与2.2一起显示的相同事件,它没有显示结束时间(似乎显示两次开始时间)

    enter image description here

    这是我的代码:

    $('#calendar').fullCalendar({
        header: {
            left: 'prev,next title today',
            right: ''
        },
        lazyFetching: false,
        editable: false,
        theme: false,
        timeFormat: 'H:mm{-H:mm} ',
        height: 350,
    

    我修改了升级指南和最新文档,我没有看到任何有关渲染时间格式变化的信息'H:mm {-H:mm}'

1 个答案:

答案 0 :(得分:1)

设置此选项:

timeFormat: 'H:mm',
displayEventEnd:true,

http://jsfiddle.net/8p9g6duw/1/

查看星期三的活动