Contact: aviboots(AT)netvision.net.il
39,900 questions
51,831 answers
573 users
<script type="text/JavaScript"> var today = new Date(); var month = today.getMonth(); // getMonth return zero-based value (0 = first month of the year) document.write(month + 1); /* run: 5 */ </script>