格式化日期和時(shí)間
代碼:
<!DOCTYPE html><html>
<body>
<%
response.write(FormatDateTime(date(),vbgeneraldate))
response.write("<br>")
response.write(FormatDateTime(date(),vblongdate))
response.write("<br>")
response.write(FormatDateTime(date(),vbshortdate))
response.write("<br>")
response.write(FormatDateTime(now(),vblongtime))
response.write("<br>")
response.write(FormatDateTime(now(),vbshorttime))
%>
<p>
Syntax for FormatDateTime: FormatDateTime(date,namedformat).
</p>
</body>
</html>
結(jié)果:
10/30/2013
Wednesday, October 30, 2013
10/30/2013
8:49:52 PM
20:49
Syntax for FormatDateTime: FormatDateTime(date,namedformat).
相關(guān)文章
- ASP 使用 CDOSYS 發(fā)送電子郵件
- 在自己的 PC 上運(yùn)行 ASP
- ASP Read 方法
- ASP Size 屬性
- ASP RemoveAll 方法
- ASP Redirect 方法
- ASP Application_OnStart 和 Application_OnEnd 事件
- ASP Execute 方法
- ASP GetLastError 方法
- ASP GetBaseName 方法
- ASP.NET HtmlInputImage 控件
- ASP.NET HtmlSelect 控件
- 使用 asp 寫(xiě)文本
- 控制緩沖區(qū)
- 清空緩沖區(qū)
- 檢查用戶(hù)是否仍然與服務(wù)器連接
- 帶有單選按鈕的表單
- 獲取服務(wù)器變量
- 指定的文件存在嗎?
- 取得指定驅(qū)動(dòng)器的剩余空間容量