日程表后退(包括月视图,周视图,天视图)
.fullCalendar('prev')
如果当前日程表是月视图,日程表后退一个月;如果是周视图或者议程周视图,如果是天视图或者议程天视图,
$('#my-prev-button').click(function() { $('#calendar').fullCalendar('prev'); });
官方英文文档:http://arshaw.com/fullcalendar/docs/current_date/prev/