获得今天的月和天
代码:
<!DOCTYPE html><html>
<body>
Today it is
<%response.write(WeekdayName(weekday(date)))%>,
<br>
and the month is
<%response.write(MonthName(month(date)))%>
</body>
</html>
结果:
Today it is Wednesday,
and the month is October
相关文章
- ASP 变量
- ASP Application 对象
- ASP Content Linking
- ASP AtEndOfLine 属性
- ASP ContentType 属性
- ASP Status 属性
- ASP AppendToLog 方法
- ASP BinaryRead 方法
- ASP Contents.RemoveAll 方法
- ASP Lock 和 Unlock 方法
- ASP CodePage 属性
- ASP Timeout 属性
- ASP Session_OnStart 和 Session_OnEnd 事件
- ASP ScriptTimeout 属性
- ASP ASPError 对象的属性
- ASP.NET HtmlImage 控件
- ASP.NET DataValueField 属性
- POST表单
- welcome cookie
- 创建 welcome cookie