App下载

demo_asp_month 在线工具

demo_asp_month 在线工具

<html>
<body>

Today it is
<FONT COLOR=#ff0000><%response.write(WeekdayName(weekday(date)))%></FONT>,


and the month is
<FONT COLOR=#ff0000><%response.write(MonthName(month(date)))%></FONT>

</body>
</html>
运行结果