自由,平等,开源,分享

  BlogJava :: 首页 :: 联系 :: 聚合  :: 管理
  2 Posts :: 61 Stories :: 3 Comments :: 0 Trackbacks

Function DateToRFC822(byVal dtaVal)
  
Dim strCurLocale
  strCurLocale
=GetLocale()
  
SetLocale("en-gb")
  dtaVal
=CDate(dtaVal)
  DateToRFC822
=WeekdayName(Weekday(dtaVal),True)&","&_
    
Right("0"&Day(dtaVal),2)&" "&_
    
MonthName(Month(dtaVal),True)&" "&_
    
Year(dtaVal)&" "&_
    
Right("0"&Hour(dtaVal),2)&":"&_
    
Right("0"&Minute(dtaVal),2)&":"& _
    
Right("0"&Second(dtaVal),2)&" "& _
    
" +0800"
  
SetLocale(strCurLocale)
End Function

posted on 2008-04-02 09:11 龙震 阅读(155) 评论(0)  编辑  收藏 所属分类: 程序,代码,语言

只有注册用户登录后才能发表评论。


网站导航: