PottsNet
Starting Member
11 Posts |
Posted - 25 July 2002 : 18:13:29
|
Fixed. In inc_functions.asp I had to chang the function StrToDate(strDateTime) to:
function StrToDate(strDateTime) if ChkDateFormat(strDateTime) then StrToDate = cdate("" & MonthName(cint(Mid(strDateTime, 5,2))) & " " & Mid(strDateTime, 7,2) & ", " & Mid(strDateTime, 1,4) & " " & Mid(strDateTime, 9,2) & ":" & Mid(strDateTime, 11,2) & ":" & Mid(strDateTime, 13,2) & "") else StrToDate = "" & strForumTimeAdjust end if end function
|
 |
|