国产成人精品久久免费动漫-国产成人精品天堂-国产成人精品区在线观看-国产成人精品日本-a级毛片无码免费真人-a级毛片毛片免费观看久潮喷

您的位置:首頁技術文章
文章詳情頁

ASP中格式化時間短日期補0變兩位長日期的方法

瀏覽:414日期:2022-06-04 18:23:09

因為短日期不足2位,所以在網頁排版的時候,影響美觀,下面兩個函數可以解決這個問題。

2020-2-7短日期 變 2020-02-07長日期

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=times
End Function

2020-2-7 23:37:5短日期 變 2020-02-07 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&":"&seconds
End Function

Pw_Sys 日期格式轉換函數

<%

Rem Pw_Sys 日期格式轉換函數

function DateTimeFormat(DateTime,Format)
select case Format
case "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)&"日<font color=red> "&FormatDateTime(DateTime,4)&"</font>"
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 then
str="0"&hour(DateTime)
else
str=hour(DateTime)
end if
DateTimeFormat=DateTimeFormat(DateTime,1)&" "&str&":"&Minute(DateTime)
case "10"
DateTimeFormat=""&year(DateTime)&"年"&month(DateTime)&"月"
case else
DateTimeFormat=DateTime
end select
end function

%>

程序代碼(把yyyy-mm-dd格式的日期中的月份和日期轉換成兩位數字的方法)

dim today
today=Date "避免重復調用Date,所以賦值給一個變量
today=Year(today) & "-" & Right("0" & Month(today),2) & "-" & Right("0" & Day(today),2)

asp中一段自動補位的函數

function formatsn(getnum,getbit)
dim formatsnnum,formatsnpre,formatsnj
formatsnnum = getbit – len(getnum)
for formatsnj = 1 to formatsnnum
formatsnpre = formatsnpre & "0"
next
formatsn = formatsnpre & getnum
end function

使用方法

formatsn(getnum,getbit)

getnum 計數
getbit 共幾位

以上就是ASP中格式化時間短日期補0變兩位長日期的方法的詳細內容,更多關于ASP短日期補0的資料請關注其它相關文章!

標簽: ASP
相關文章:
主站蜘蛛池模板: 亚洲欧美在线综合一区二区三区 | 成人免费真人毛片视频 | 日本韩国一级毛片中文字幕 | 我要看欧美精品一级毛片 | 国产美女在线精品亚洲二区 | 亚洲天天看 | 国产成人综合久久亚洲精品 | 真人一级一级特黄高清毛片 | 搞黄网站免费看 | 女人张开腿让男人桶视频 | 久久九九国产精品怡红院 | 国产美女动态免费视频 | 成年女人免费观看 | 毛片看| 99综合视频| 亚洲女精品一区二区三区 | 欧美成人免费午夜全 | 国产91成人精品亚洲精品 | 99福利网| 日韩三级一区二区 | 欧美亚洲在线观看 | 国产a级三级三级三级中国 国产a级特黄的片子视频 | 国产成人精品aaaa视频一区 | 白嫩美女一级毛片免费看 | 俺来也欧美亚洲a∨在线 | 我想看三级特黄 | 国产精品久久久久久久久久久久 | 日本精品高清一区二区不卡 | 国产一在线精品一区在线观看 | 波多野结衣免费观看视频 | 国产成人亚洲精品老王 | 国产精品99r8免费视频2022 | 欧美一级片在线观看 | 在线观看国产一区 | 亚洲视频手机在线观看 | 国产精品成人观看视频免费 | 国产欧美日韩一区二区三区在线 | 国产精品日韩欧美在线 | 黄页网站18以下禁止观看 | 国产毛片久久久久久国产毛片 | 亚洲成在人线久久综合 |