跪求各为大虾!fullCalendar  这个插件默认是显示当前日期的日程信息的。
不知道有没有办法根据选择的日期显示日程表。

解决方案 »

  1.   

    gotoDate
    Moves the calendar to an arbitrary year/month/date..fullCalendar( 'gotoDate', year [, month, [ date ]] )IMPORTANT: month is 0-based, meaning January=0, February=1, etc.This method can also be called with a single argument, a Date object (only works in versions >= 1.3.2).使用gotoDate方法……使用jquery插件没有别的窍门 就是多看文档(大多是E文的,因为大多是老外开发的,所以英文起码要有一定的阅读能力啊……)
      

  2.   

    $('#cal').fullCalendar('gotoDate', year[, month[, date]])