显示当前的月份和星期
- <html>
- <body>
- <script type="text/vbscript">
- document.write("Today's day is " & WeekdayName(weekday(date)))
- document.write("<br />")
- document.write("The month is " & MonthName(month(date)))
- </script>
- </body>
- </html>
上一篇:显示月份
下一篇:倒记秒数到3000年