Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Date in Internet Explorer

I am having some issues with a date string in IE. Works perfect in Fire Fox and Chrome, but when I try it in Internet Explorer, I do get an "Invalid Date" error.

This is my code:

if (data[index].start_time){
start=data[index].start_time;
d = new Date(start);
alert(d + " // " + d.toDateString());
}

And this is the result in FireFox:

Image

Any idea what's wrong?

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

Date in Internet Explorer

Hello Bernie,

Unfortunately we don't support IE:
http://devcenter.appery.io/documentat...

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Date in Internet Explorer

And this solves the problem:

http://biostall.com/javascript-new-da...

Bernie
Posts: 0
Joined: Fri Jul 27, 2012 2:06 pm

Date in Internet Explorer

I do get IE as not supported. But I think this is also an issue on Safari!

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Date in Internet Explorer

Hi Bernie,

Glad it works,

Thanks for this update.

Regards.

Return to “Issues”