濮阳杆衣贸易有限公司

主頁 > 知識庫 > ASP中格式化時間短日期補0變兩位長日期的方法

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

熱門標簽:海南銀行智能外呼系統(tǒng)商家 上海浦東騰訊地圖標注位置 遼寧正規(guī)電銷機器人 澳大利亞城市地圖標注 姜堰電銷機器人 遼寧銀行智能外呼系統(tǒng) 辰溪地圖標注 許昌智能電銷機器人公司 電銷機器人違法了嗎

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

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 日期格式轉(zhuǎn)換函數(shù)

%

Rem Pw_Sys 日期格式轉(zhuǎn)換函數(shù)

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格式的日期中的月份和日期轉(zhuǎn)換成兩位數(shù)字的方法)

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

asp中一段自動補位的函數(shù)

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 計數(shù)
getbit 共幾位

以上就是ASP中格式化時間短日期補0變兩位長日期的方法的詳細內(nèi)容,更多關(guān)于ASP短日期補0的資料請關(guān)注腳本之家其它相關(guān)文章!

標簽:伊春 撫州 深圳 西藏 威海 銅川 崇左 晉城

巨人網(wǎng)絡通訊聲明:本文標題《ASP中格式化時間短日期補0變兩位長日期的方法》,本文關(guān)鍵詞  ASP,中,格式化,時間短,日期,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡,涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《ASP中格式化時間短日期補0變兩位長日期的方法》相關(guān)的同類信息!
  • 本頁收集關(guān)于ASP中格式化時間短日期補0變兩位長日期的方法的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章
    张家界市| 项城市| 琼结县| 新民市| 平阴县| 青川县| 陵水| 明星| 修武县| 中牟县| 四子王旗| 白玉县| 通榆县| 长白| 永春县| 德保县| 图木舒克市| 蒲江县| 贡嘎县| 扎赉特旗| 安多县| 手游| 甘泉县| 怀安县| 西贡区| 凉山| 远安县| 开化县| 呼伦贝尔市| 黎城县| 军事| 通渭县| 普定县| 闽侯县| 阜城县| 延长县| 榆树市| 明光市| 玉山县| 平顶山市| 墨脱县|