hi i'm working on full calender I have a problem displaying the values in Mozilla Firefox. where as in Chrome the code works perfectly.
i'm fetching the value from database and displaying it, but as of now i'm using the following static values as input.
var abc = new Array();
abc =[{AddedNew: false,allDay: false,end: "Mon May 13 2013 7:30:00 GMT 0530 (India Standard Time)",getA_ID: "72",id: "[_fc1_3 ",start: "Mon May 13 2013 6:30:00 GMT 0530 (India Standard Time)",title: "mon"}];
Chrome Screenshoot - Using static values
Firefox Screenshoot - Using static values
The values in console are correct in Chrome and Firefox
I don't know where i'm going wrong or its a problem with Firefox.