当前位置:七道奇文章资讯网站建设网站编程
日期:2010-11-09 09:40:00  来源:本站整理

asp 格局化时间函数[网站编程]

赞助商链接



  本文“asp 格局化时间函数[网站编程]”是由七道奇为您精心收集,来源于网络转载,文章版权归文章作者所有,本站不对其观点以及内容做任何评价,请读者自行判断,以下是其具体内容:

本款函数可以按照用户给定的时间日期举行年代日,时分秒等,只要用户给定差别的style参数便可以显示差别气势的时间日期.

  1. function formattime(testtime,style)  
  2. dim n,y,r,s,f,m  
  3. n = year(testtime)  
  4. y = month(testtime)  
  5. r = day(testtime)  
  6. s = hour(testtime)  
  7. f = minute(testtime)  
  8. m = second(testtime)  
  9. if len(n) = 2 then n = "20" & n  
  10. if len(y) = 1 then y = "0" & y  
  11. if len(r) = 1 then r = "0" & r   
  12. if len(s) = 1 then s = "0" & s  
  13. if len(f) = 1 then f = "0" & f  
  14. if len(m) = 1 then m = "0" & m  
  15. nn=right(n,2)  
  16. if style = 1 then  
  17. formattime = "<font color=""#ff0000"">"& n &"</font><font color=""#ff0000"">"& y &"</font><font color=""#ff0000"">"& r &"</font><font color=""#ff0000"">"& s &"</font>时"  
  18. elseif style = 2 then  
  19. formattime = r &"日 "& s & ":" & f & ":" & m  
  20. elseif style = 3 then  
  21. formattime = n &"年"& y &"月"& r &"日"  
  22. elseif style = 4 then  
  23. formattime = n & "-" & y & "-" & r & " " & s & ":" & f  
  24. elseif style = 5 then  
  25. formattime = y &"-"& r &" " & s & ":" & f  
  26. elseif style = 6 then  
  27. formattime = n &"年"& y &"月"& r &"日" & s &":"& f  
  28. elseif style = 7 then  
  29. formattime = n & y & r & s & f & m  
  30. elseif style = 8 then  
  31. formattime = n & "-" & y & "-" & r  
  32. elseif style = 9 then  
  33. formattime = n & "/" & y & "/" & r   
  34. end if  
  35. end function  

  以上是“asp 格局化时间函数[网站编程]”的内容,如果你对以上该文章内容感兴趣,你可以看看七道奇为您推荐以下文章:
  • ASP利用正则表达式提取内容
  • nginx 反向代理iis支持 ASP脚本设置
  • <b>ASP.NET安全设置防备ASPXSpy</b>
  • Ubuntu Server+Apache 运行 asp.net
  • 怎样ASP.NET MVC调用Delphi开辟的Web报表
  • 学习ASP.NET需求举行的步骤办法
  • ASP.NET脚本过滤-避免跨站脚本攻击
  • Asp WinHttp.WinHttpRequest.5.1 对象利用详解
  • ASP防XSS注入函数
  • Asp 防备CC攻击模块 (Anti-CC.asp)
  • metasploit metasploit 中文系统安装失利问题
  • Ubuntu 11下安装Metasploit Pro 4.0.0
  • 本文地址: 与您的QQ/BBS好友分享!
    • 好的评价 如果您觉得此文章好,就请您
        0%(0)
    • 差的评价 如果您觉得此文章差,就请您
        0%(0)

    文章评论评论内容只代表网友观点,与本站立场无关!

       评论摘要(共 0 条,得分 0 分,平均 0 分) 查看完整评论
    Copyright © 2020-2022 www.xiamiku.com. All Rights Reserved .