Contact: aviboots(AT)netvision.net.il
41,565 questions
54,185 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>