Homepageseo.com
Login
登录[Login]
Reg
注册[Reg]
Member
会员[Member]
BBs
论坛[BBs]
logout
退出[Logout]
Search
搜索[Search]
Search For:        Advanced Search   
Guide: 首页 >> IT技术专栏 >> 建站技术 >> ASP里的时间涵数

ASP里的时间涵数

作者: adonwjw 来源: 互联网 日期: 2008-07-24,20:01

在ASP里面有取当前时间的涵数now,有取当前日期的涵数date,取当前年月日的涵数year(date),month(date),day(date),唯独没有取当前周的涵数,所以根据去今天是本星期的地几天的涵数weekday(firstdate)),和DateAdd涵数就可编写出取当前周的涵数了(:,而且还考虑到跨年跨月的问题.

代码如下

weeknum=weekDay(DateAdd("d",(-(Day(date))+1),date))                'the week number of first date of this month
firstdate=DateAdd("d",(-(Day(date))+1),date)                        'the first date of this month
ldt_prevmon=dateadd("d",-1,firstdate)                              'the last date of prev month
firstdate_lstmon=dateadd("d",(-(Day(ldt_prevmon))+1),ldt_prevmon)    'the first date of last

weekcount=0 
for dd=1 to day(ldt_prevmon)
    if (weekday(dateadd("d",dd,firstdate_lstmon))=1) then
        weekcount=weekcount+1
    end if 
next


if day(date)<=(8-weekday(firstdate)) then
    weekordnew=weekcount+1
    ok=year(dateadd("m",-1,firstdate))  & "年" &  month(dateadd("m",-1,firstdate))  &"月第"  & weekordnew & "周"
else
    weekord=int((day(date)-weekday(date))/7+1)
   
    ok=year(Date)  & "年" &  month(Date)  &"月第"  & weekord  & "周"
end if

责任编辑: admin 参与评论
免责申明: 本网转载内容均来自互联网,本网并不保证其内容的真实性。如果您认为本网站某部分的内容有侵权嫌疑,敬请立即通知我们,我们将在第一时间予以更改或删除。
Copyright © 2006 HomepageSeo.com ®. All rights reserved. Website development by 八桂网络科技 Author:Homepage 桂ICP备06012988号