My favorites | Sign in
Project Home Issues
New issue   Search
for
  Advanced search   Search tips   Subscriptions
Issue 818: Month Change Event not working in Firefox but working fine in chrome and safari
1 person starred this issue and may be notified of changes. Back to list
Status:  Done
Owner:  ----
Closed:  Mar 2011


Sign in to add a comment
 
Reported by hasnainw...@gmail.com, Feb 5, 2011
Am using jquery 1.4.4 

My Js Code in HTML File

$(document).ready(function(){
		$('#calendar').fullCalendar({
			events: "get_events.php"
		});
	});

response from my php page 

[{"id":111,"title":"Event1","start":"2011-1-10","url":"http:\/\/yahoo.com\/"},{"id":222,"title":"Event2","start":"2011-1-20","end":"2011-1-22","url":"http:\/\/yahoo.com\/"},{"id":222,"title":"Event2","start":"2011-1-20","end":"2011-1-22","url":"http:\/\/yahoo.com\/"}]
Feb 15, 2011
Project Member #1 adamrs...@gmail.com
what do you mean by "Month Change Event" ?
Status: Reproducing
Feb 15, 2011
#2 hasnainw...@gmail.com
The Events of only the current month were loading and not those in other months.

Had Identified the problem it was with 2011-1-10, the date format in firefox and chrome are different so this date format will not work in fullcalendar in firefox but works in chrome and safari also (the date should be in format yyyy-mm-dd but here it is in yyyy-m-dd) so by changing the date to 2011-01-10 it worked
Mar 24, 2011
Project Member #3 adamrs...@gmail.com
glad you figured it out. yeah, need 2 digits for the month field
Status: Done
Sign in to add a comment

Powered by Google Project Hosting