???? زائر
| موضوع: كود المتبقي على نهاية السنة الميلادية الخميس سبتمبر 23, 2010 2:49 pm | |
| - الكود:
-
[center]<script>
today=new Date() var endofyear=new Date(today.getFullYear(), 11, 31) var one_day=1000*60*60*24
//Calculate difference btw the two dates, and convert to days document.write("<b>"+Math.ceil((endofyear.getTime()-today.getTime())/(one_day))+"</b> يوم يتبقى على نهاية السنة الميلادية")
</script> [/center]
|
|