Is there a way to return or load the calendar by an get URL. Something like calendar.php?gotoDate=2010-10-21 ?
Many Thanks开发者_如何转开发!
Edits go here (not in answers or comments):
Oops! I'm sorry: http://arshaw.com/fullcalendar/
Sure, but you need to code it yourself. The calendar is a jquery plugin. You will need to read the query string, and set the calendar date to whatever is there in javascript.
Why do you need to set it by url?
精彩评论