今天小編會(huì)跟大家講講ASP函數(shù)中日期轉(zhuǎn)換的函數(shù),在很多網(wǎng)站制作中,都需要運(yùn)用到時(shí)間函數(shù),所以今天創(chuàng)新互聯(lián)網(wǎng)站建設(shè)小編就來分析分析!代碼很多,請(qǐng)大家仔細(xì)看清楚了哦!
Function FormatDate(byVal strDate,byVal strFormat)
' Accepts strDate as a valid date/time,
' strFormat as the output template.
' The function finds each item in the
' template and replaces it with the
' relevant information extracted from strDate.
' You are free to use this code provided the following line remains
' www.adopenstatic.com/resources/code/formatdate.asp