Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: MOD Implementation
 Events disappear
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

PottsNet
Starting Member

11 Posts

Posted - 24 July 2002 :  05:08:59  Show Profile  Send PottsNet an ICQ Message
I am using the international dates for my events.

Some of my events don’t show up in the “by month” view but are there in the week and day views. Any ideas?




Edited by - PottsNet on 24 July 2002 05:33:06

PottsNet
Starting Member

11 Posts

Posted - 24 July 2002 :  18:46:38  Show Profile  Send PottsNet an ICQ Message
I have discovered that theis problem only happens to dates begining with a 0 eg. 09/09/2002 DD/MM/YYY

I remember reading a post once regarding a piece of code =1 that should have been ="1"

Does that ring a bell? I can't find the post again.



Edited by - PottsNet on 24 July 2002 18:52:12
Go to Top of Page

PottsNet
Starting Member

11 Posts

Posted - 25 July 2002 :  18:13:29  Show Profile  Send PottsNet an ICQ Message
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

Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.33 seconds. Powered By: Snitz Forums 2000 Version 3.4.07