
ASP常用日期格式化函数 FormatDate()
核心代码<%"功能:多功能日期格式化函数"来源:http://jorkin.reallydo.com/article.asp?id=477Function FormatDate(sDateTime, sReallyDo) Dim sJorkin sJorkin = GetLocale() If Not IsDate(sDateTime) Then sDateTime = Now() sDateTime = CDate(sDateTime) S...