日韩欧美人妻无码精品白浆,www.大香蕉久久网,狠狠的日狠狠的操,日本好好热在线观看

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發(fā)文檔 其他文檔  
 
網(wǎng)站管理員

ASP簡單日歷程序

admin
2010年7月8日 13:50 本文熱度 6402
[br]<% [br]y=request.querystring("y") [br]m=request.querystring("m") [br]d=request.querystring("d") [br][br]if y="" then [br] y=year(date) [br] m=month(date) [br] d=day(date) [br]end if [br][br]call blogdate(y,m,d) [br][br]'=====================以年月日為參數(shù)的顯示============================================== [br]sub blogdate(y,m,d) ' [br]str1=" 當(dāng)前的日期是"&y&"年"&m&"月"&d&"日 " '得到當(dāng)前日期的年月日 [br]nowdate=y&"-"&m&"-"&d [br]lastdate=dateadd("m",-1,nowdate) [br]lasty=year(lastdate) [br]lastm=month(lastdate) [br]nextdate=dateadd("m",1,nowdate) [br]nexty=year(nextdate) [br]nextm=month(nextdate) [br]str1=str1&"上一月 " [br]str1=str1&"下一月 " [br]str1=str1&"返回今日" [br]response.write str1 [br]thismonth=y&"-"&m&"-1" '當(dāng)前月的第一天 [br]nextmonth=dateadd("m",1,thismonth) '下個月的第一天 [br]num=datediff("d",thismonth,nextmonth) '當(dāng)前月的天數(shù) [br]firstday=weekday(thismonth)-1 '得到當(dāng)前月第一天的星期 [br]'call displaydate(firstday,num) [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]response.write "" & vbcrlf [br]'需要參數(shù):當(dāng)前月第一天的星期firstday,當(dāng)前月的天數(shù)num [br]for n=1 to 6 [br]response.write "" [br] for i=1 to 7 [br] thisday=0 [br] if i>firstday then thisday=i-firstday [br] if n>1 then thisday=7*(n-1)+i-firstday [br] if thisday>num then thisday=0 [br] if thisday=0 then [br] display=" " [br] else [br] display=""&thisday&"" [br] end if [br] response.write "" [br] next [br] if n=5 and (thisday=num or thisday=0) then n=n+1 [br]response.write "" [br]next [br]response.write "
星期日星期一星期二星期三星期四星期五星期六
"&display&"
" & vbcrlf [br]end sub [br]'=================================================================== [br]%>
[code]
<%
y=request.querystring("y")
m=request.querystring("m")
d=request.querystring("d")
if y="" then
y=year(date)
m=month(date)
d=day(date)
end if
call blogdate(y,m,d)
'=====================以年月日為參數(shù)的顯示==============================================
sub blogdate(y,m,d) '
str1=" 當(dāng)前的日期是"&y&"年"&m&"月"&d&"日 " '得到當(dāng)前日期的年月日
nowdate=y&"-"&m&"-"&d
lastdate=dateadd("m",-1,nowdate)
lasty=year(lastdate)
lastm=month(lastdate)
nextdate=dateadd("m",1,nowdate)
nexty=year(nextdate)
nextm=month(nextdate)
str1=str1&"上一月 "
str1=str1&"下一月 "
str1=str1&"返回今日"
response.write str1
thismonth=y&"-"&m&"-1" '當(dāng)前月的第一天
nextmonth=dateadd("m",1,thismonth) '下個月的第一天
num=datediff("d",thismonth,nextmonth) '當(dāng)前月的天數(shù)
firstday=weekday(thismonth)-1 '得到當(dāng)前月第一天的星期
'call displaydate(firstday,num)
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
response.write "" & vbcrlf
'需要參數(shù):當(dāng)前月第一天的星期firstday,當(dāng)前月的天數(shù)num
for n=1 to 6
response.write ""
for i=1 to 7
thisday=0
if i>firstday then thisday=i-firstday
if n>1 then thisday=7*(n-1)+i-firstday
if thisday>num then thisday=0
if thisday=0 then
display=" "
else
display=""&thisday&""
end if
response.write ""
next
if n=5 and (thisday=num or thisday=0) then n=n+1
response.write ""
next
response.write "
星期日星期一星期二星期三星期四星期五星期六
"&display&"
" & vbcrlf
end sub
'===================================================================
%>
[/code]

該文章在 2010/7/22 10:55:31 編輯過
關(guān)鍵字查詢
相關(guān)文章
正在查詢...
點(diǎn)晴ERP是一款針對中小制造業(yè)的專業(yè)生產(chǎn)管理軟件系統(tǒng),系統(tǒng)成熟度和易用性得到了國內(nèi)大量中小企業(yè)的青睞。
點(diǎn)晴PMS碼頭管理系統(tǒng)主要針對港口碼頭集裝箱與散貨日常運(yùn)作、調(diào)度、堆場、車隊(duì)、財務(wù)費(fèi)用、相關(guān)報表等業(yè)務(wù)管理,結(jié)合碼頭的業(yè)務(wù)特點(diǎn),圍繞調(diào)度、堆場作業(yè)而開發(fā)的。集技術(shù)的先進(jìn)性、管理的有效性于一體,是物流碼頭及其他港口類企業(yè)的高效ERP管理信息系統(tǒng)。
點(diǎn)晴WMS倉儲管理系統(tǒng)提供了貨物產(chǎn)品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質(zhì)期管理,貨位管理,庫位管理,生產(chǎn)管理,WMS管理系統(tǒng),標(biāo)簽打印,條形碼,二維碼管理,批號管理軟件。
點(diǎn)晴免費(fèi)OA是一款軟件和通用服務(wù)都免費(fèi),不限功能、不限時間、不限用戶的免費(fèi)OA協(xié)同辦公管理系統(tǒng)。
Copyright 2010-2025 ClickSun All Rights Reserved

夜嗨嗨AV88| 天天添天气干天天射天天日| 一区二区三区天天爽| 美女爽到高潮免费视频| 亚洲天堂成人久久综合| 日本少妇θ| 99中午字幕组久久久久| 中文字幕不卡日韩| 国产永久在线观看| 在线观看亚洲成网站a片| 色诱网站久久| 日韩精品人妻无码一区久久| 高州市| 婷婷狠狠五月精品综合| 综合天堂AV久久久久久久导航| 欧美激情中文日韩蜜臀| 精品se一区二区| 亚洲图片卡通动漫欧美一区二区| 麻豆视频一区二区在线| 日老骚逼日老骚逼日老骚逼| 极品炮机自慰久久久久| 欧美久久亚洲日韩| 五月天婷婷91精品视频| 亚洲欧美久久精品19p| 大香蕉性另类av| 九九九久久久丁香五月| 日韩在线日韩欧美第一页综合视频| 一区二区三区亚洲欧美日韩| 亚洲国产91对白无码噜噜噜 | 日韩欧美一区二区精品不卡| 日本高清视频无码一区| 天天换夜操| 伊在线大香蕉| 午夜福利区精品婷婷婷婷| 欧美阳一区| 色哟哟网站在线观看| 又猛又黄又爽| 韩国日本一级自拍片| 灰丝少妇久久久| 人人操三级| 草肥B穴云婷视频一区二区三区|