獲得今天的月和天
代碼:
<!DOCTYPE html><html>
<body>
Today it is
<%response.write(WeekdayName(weekday(date)))%>,
<br>
and the month is
<%response.write(MonthName(month(date)))%>
</body>
</html>
結(jié)果:
Today it is Wednesday,
and the month is October
相關(guān)文章
- 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
- 創(chuàng)建 welcome cookie