<script>
var landate = new Date("November 25, 2005 00:00:00 GMT");
d=new Date();
count=Math.floor((landate.getTime()-d.getTime())/1000);
count=Math.floor(count/(60*60*24));
document.write(count);
</script>
Und es klappt nicht. Er zeigt nichts an!!! Wie mache ich das das er das anzeigt? Bitte helft mir!
Danke
