Events are not shown up in Chrome and Firefox

Hello All,

I have been trying to use the scheduler Unit view in a scenario. It is working perfectly in IE and all the events are shown up. But whenever I am trying to load the same page in Chrome or Firefox, the page is not showing any event.

Please follow the following URL for the same:

jrgmschd.agilistgroup.com/sched/scheduler.html

I am providing path as this is using a webservice for data bind up. Please use view source to see the code.

Thanks in advance for any kind of fast help on this.

Regards

Ashish

Problem is in your code

var jsStartDate = new Date(data.ReportDatestart).yyyymmddhhmm();

this line attepmts to convert string to date but fails in Chrome