Skip to content Skip to sidebar Skip to footer

Continuation Of Count Difference Between Two Numbers

I have this Example which does not work in IE, but works in all other browsers can you take a look. What is the problem here? Note: This is a continuation of this Updated : The pro

Solution 1:

the problem is the fomat of the date: ie doesnt support the way other browsers do.. run this: jsfiddle.net/vQnHz/7

it is recommended you use this constructor: var variable = new Date(year, month, day, hours, minutes, seconds, milliseconds2)

Post a Comment for "Continuation Of Count Difference Between Two Numbers"