i m running a count down for the deals page in my project it is working fine in chrome and Firefox but in IE it gives NAN on every box of my code is as in c the value is; the link of my project is http://blog.merimobiles.com/deals/customer.php var c = '02 28 2013, 23:59:59';
var count=0;
$(document).ready(function ()
{
var c = <?php echo $date ;?>;
$('#superoffer'+count).epiclock({mode: $.epiclock.modes.countdown, time: new Date(c)});
count++;
});