<% '****************************** '时间处理函数 'FormatDate(Str,DateTime) 'Str 字符串,DateTime 时间 '返回类型为字符串,不是时间类型,错误返回False '****************************** Function FormatDate(Str,DateTime) FormatDate=False If IsDate(DateTime)=False Then FormatDate=False Ex