ASP格式化时间日期补0变2位数长日期表示

<返回列表

2019-4-2短日期 变 2019-04-02长日期

Function FStime(times) ? Dim years,months,days ? ? if len(times)=0 then exit function ? ? years=year(times) ? ? months=right("0"&month(times),2) ? ? days=right("0"&day(times),2) ? ? times=years&"-"&months&"-"&days ? ? FStime=timesEnd Function

2019-4-1 23:37:5短日期 变 2010-04-01 23:37:05长日期

Function FLtime(times) ? Dim years,months,days,hours,minutes,seconds ? ? if len(times)=0 then exit function ? ? years=year(times):months=right("0"&month(times),2) ? ? days=right("0"&day(times),2):hours=right("0"&hour(times),2) ? ? minutes=right("0"&minute(times),2):seconds=right("0"&second(times),2) ? ? FLtime=years&"-"&months&"-"&days&" "&hours&":"&minutes&":"&secondsEnd Function

<%

Rem Pw_Sys 日期格式转换函数

function DateTimeFormat(DateTime,Format)select case Formatcase "1"DateTimeFormat=""&year(DateTime)&"年"&month(DateTime)&"月"&Right("0" & Day(DateTime),2)&"日"case "2"DateTimeFormat=""&month(DateTime)&"月"&Right("0" & Day(DateTime),2)&"日"case "3"DateTimeFormat=""&year(DateTime)&"-"&month(DateTime)&"-"&Right("0" & Day(DateTime),2)&""case "4"DateTimeFormat=""&year(DateTime)&"/"&month(DateTime)&"/"&Right("0" & Day(DateTime),2)&""case "5"DateTimeFormat=""&month(DateTime)&"/"&Right("0" & Day(DateTime),2)&""case "6"DateTimeFormat=""&year(DateTime)&"年"&month(DateTime)&"月"&Right("0" & Day(DateTime),2)&"日 "&FormatDateTime(DateTime,4)&""case "7" ? temp="星期日,星期一,星期二,星期三,星期四,星期五,星期六" ? temp=split(temp,",") ? DateTimeFormat=temp(WeekRight("0" & Day(DateTime),2)-1)case "8"DateTimeFormat=""&month(DateTime)&"-"&Right("0" & Day(DateTime),2)&""case "9"if len(hour(DateTime)) = 1 thenstr="0"&hour(DateTime)elsestr=hour(DateTime)end ifDateTimeFormat=DateTimeFormat(DateTime,1)&" "&str&":"&Minute(DateTime)case "10"DateTimeFormat=""&year(DateTime)&"年"&month(DateTime)&"月"case elseDateTimeFormat=DateTimeend selectend function

%>

程序代码(把yyyy-mm-dd格式的日期中的月份和日期转换成两位数字的方法)

dim todaytoday=Date '避免重复调用Date,所以赋值给一个变量today=Year(today) & "-" & Right("0" & Month(today),2) & "-" & Right("0" & Day(today),2)

以上就是东方网域小编为大家整理的ASP格式化时间日期补0相关内容,详情可以浏览网站的相关内容或在线联系客服,希望以上的对你有所帮助。

国内免备案VPS301跳转服务器国内免备案服务器域名被墙跳转301,绕过信息安全中心不能放违反法律法规内容!(北京免备案镇江免备案江苏免备案辽宁免备案vps山东联通免备案
分享新闻到:

更多帮助

国内免备案301跳转解决方案:快速实现高效网站迁移

新闻中心 2026-03-14
在网站运营和管理的过程中,很多站长都会遇到内容迁移或更换域名的需求,尤其是在业务发展或品牌升级阶段。传统的网站迁移往往需要备案,流程复杂且时间较长,不仅耗费精力···
查看全文

2026年国内免备案高速VPS推荐助力网站极速上线

新闻中心 2026-03-14
随着互联网环境的不断变化,越来越多的个人和企业开始关注网站的安全性与上线速度。尤其是在2026年,网络技术持续迭代,网站建设的工具和资源也日益丰富,如何在激烈竞···
查看全文

国内高性价比空间推荐:无需备案也能轻松搭建网站

新闻中心 2026-03-13
建立个人博客或企业展示平台已成为许多人网络生活的一个重要部分。不过面对冗杂的空间选择和繁琐的备案流程,许初学者或者中小型团队总会感到望而却步。在国内,什么样的空···
查看全文
返回更多帮助