Active Topics Default Time
Printed From: Web Wiz Forums
Category: Web Wiz Web App Support Forums
Forum Name: Web Wiz Forums
Forum Description: Support forum for Web Wiz Forums application.
URL: https://forums.webwiz.net/forum_posts.asp?TID=12764
Printed Date: 11 April 2026 at 7:04pm Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com
Topic: Active Topics Default Time
Posted By: dpyers
Subject: Active Topics Default Time
Date Posted: 30 November 2004 at 8:13am
I normally enter the forum through a bookmark to active topics (http://forums.webwiz.net/active_topics.asp).
I've noticed that for the paste 3 or 4 days, when I go to Active
Topics, the default time that loads is 4 hours instead of last login
time although last login time is in the dropdown.
-------------
Lead me not into temptation... I know the short cut, follow me.
|
Replies:
Posted By: WebWiz-Bruce
Date Posted: 30 November 2004 at 12:46pm
The page is currently being e-written to support the new last visit cookie.
To prevent the CDate error, that effects some foreign servers running
web wiz forums, instead of storing the date as a Double number, I did
some research and came across an VB article on 4guys form rola that
covered date issues with Access and SQL Server and also foreign servers.
In the article it said that by storing the date in international format
with a (-) dash between the parts it should be read by all
Windows based systems.
It also means that IsDate method can be used, which couldn't with
Double numbers, so before CDate is use to convert the date I can check
it will actually work using IsDate.
The date is now stored in the cookie as:-
2004-30-11 17:23
------------- https://www.webwiz.net/web-wiz-forums/forum-hosting.htm" rel="nofollow - Web Wiz Forums Hosting https://www.webwiz.net/web-hosting/windows-web-hosting.htm" rel="nofollow - ASP.NET Web Hosting
|
Posted By: MadDog
Date Posted: 30 November 2004 at 12:48pm
wow, good find -boRg-! That will help me out a lot in the future when working on scripts with dates
------------- http://www.iportalx.net" rel="nofollow">
|
|