gotoDate没有考虑2.1.1中的calendar.options.firstDay

时间:2014-11-05 15:27:27

标签: javascript fullcalendar

firstDay在1.6.3中使用此方法,但未在2.1.1中使用

步骤:

1-设置firstDay使用:

 $('#calendar').fullCalendar('getView').calendar.options.firstDay = n;

2 - 然后转到特定日期:

$('#calendar').fullCalendar('gotoDate, new Date());

预期: 日历移动到新日期,使用在步骤1中设置的firstDay呈现日历。

使用版本1.6.3工作的Plunker。 http://plnkr.co/edit/Onw9wb?p=preview

版本2.1.1的Plunker不工作。 http://plnkr.co/edit/9QkiNK?p=preview

代码差异:

  • 依赖于moment.js
  • 在fullCalendar('getDate')
  • 中接收片刻而不是日期

我已经开了一个问题,但可能有人在这里有个想法。谢谢! https://code.google.com/p/fullcalendar/issues/detail?id=2343&thanks=2343&ts=1415201096

0 个答案:

没有答案