786snow
Programmer
- Nov 12, 2006
- 75
what this Date object suppose to have , when I alert , it gives me wrong month, gives me July instead of June.
<script>
birthday = new Date(2007,06,03)
alert(birthday);
</script>
<script>
birthday = new Date(2007,06,03)
alert(birthday);
</script>