Issue 307: Current month is wrong
Status:  Done
Owner: ----
Closed:  Feb 2010
Reported by sto...@gmail.com, Jan 27, 2010
I want to open the calendar at the current month, but this always opens on
February:

	$(document).ready(function() {
		$('#calendar').fullCalendar({ 
			
			month: 0,


Any ideas why? If I omit the month option, it still opens on February! Am I
doing something silly?

Thanks
Jan 27, 2010
#1 sto...@gmail.com
Oh I think I know what's wrong. I just added a visible jquery date picker and it had
the same id, so it was interfering with FullCalendar!
Feb 5, 2010
Project Member #2 adamrs...@gmail.com
glad you figure it out
Status: Done