【问题标题】:Month end events on react big calendar are showing in the next month for example 2020-9-30 event shows in the october view反应大日历上的月末事件将在下个月显示,例如 2020-9-30 事件显示在 10 月视图中
【发布时间】:2023-03-19 16:18:01
【问题描述】:

react big calendar 中的上个月事件显示在下个月视图中,例如,2020-9-30 事件显示在上个月的 10 月,但如果我导航回 9 月 30 日,则没有任何显示

【问题讨论】:

    标签: react-big-calendar


    【解决方案1】:

    那是因为一月是第 0 个月。所以第 9 个月是十月

    {
       id: 0,
       title: 'Board meeting',
       start: new Date(2021, 8, 29, 9, 0, 0),
       end: new Date(2021, 8, 29, 13, 0, 0),
    }
    

    这显示在 9 月 29 日

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2018-01-03
      相关资源
      最近更新 更多