01
<%
02
str=now()
03
str=datetostr(str)
04
response.write str
05
06
'***************************************************
07
'函 數 名:datetostr
08
'作 用:根據給定的日期和時間型數據將其轉換為yyyymmddhhIISs字符串格式
09
'參 數:d時間字符串
10
'返 回 值:轉換後的字符串
11
12
Function
datetostr(d)
13
yyyy=Year(d)
14
mm=Month(d)
15
dd=Day(d)
16
hh=Hour(d)
17
ii=Minute(d)
18
ss=Second(d)
19
If
Len(yyyy) =2 then
20
yyyy=
"20"
& yyyy
21
End
22
Len(mm)=1 then
23
mm=
"0"
& mm
24
25
Len(dd)=1 then
26
dd=
& dd
27
28
Len(hh)=1 then
29
hh=
& hh
30
31
Len(ii)=1 then
32
ii=
& ii
33
34
Len(ss)=1 then
35
ss=
& ss
36
37
datetostr=yyyy & mm & dd & hh & ii & ss
38
39
%>
由於我們要操作數據庫,要使用到ADO,因此我們要引用Mic
四.具體實現步驟 1).新建一個Html頁面 你可以使
摘要:當收集客戶對Visual Studio&n
2).創建虛擬目錄 首先在c:\InetPub\WWWR
五花八門的SQL產品多得要命,或許你早顧不得其它甩開袖子就
學習目的:學會用表單元素向服務器傳送變量,然後顯示變量在客