I have this code but it does not work
javascript Code:
<script language="javascript"> function script(){ var today = new Date(); var weekno = today.getWeek(); alert(weekno); } </script> </head> <body onload="script();"> </body>
|
Results 1 to 4 of 4
Thread: how can i get the week number?Threaded View
|
Click Here to Expand Forum to Full Width |