I am using a calendar,but in IE
eventStartDay = new Date(eventStart.getTime() + (24 * 60 * 60 * 1000*(days)));
is not working.
I have replacer new Date with function parseISO8601(“yyyy-mm-dd”)
but i dont know how to get a date using only seconds
I am using a calendar,but in IE eventStartDay = new Date(eventStart.getTime() + (24 *
Share
I found out that the following formats are supported across all browsers and so i used the ones among them so that it wont crash in any of the browser.