【问题标题】:Fullcalendar Displaying the end time of an eventFullcalendar 显示事件的结束时间
【发布时间】:2010-06-30 14:46:58
【问题描述】:

如何在全日历中显示偶数的结束时间?我的事件触发正确,但没有显示结束时间 这是一个示例事件。我错过了什么吗?

title:'WM 2010 - 03.06.2010 - 00:00',
description: 'Bei uns ist jeden Tag WM Party',
start: new Date(2010, 5,  3, 00, 5),
end: new Date(2010, 6,  3, 23, 6),
allDay: true

【问题讨论】:

    标签: fullcalendar


    【解决方案1】:

    最新版本的 fullCalendar 中的适当解决方案是使用 displayEventEnd。 这是因为 timeFormat 会影响更多的东西。 displayEventEnd 甚至允许我们指定我们希望显示结束时间的视图。

    displayEventEnd: {
                        month: false,
                        basicWeek: true,
                        "default": true
                    }
    

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2011-02-21
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多