[thelist] Converting dates

James Wampler - Evolt evolt at jwampler.com
Thu Feb 28 11:16:00 CST 2002


Try This.

===================================================================
> datefield < now - 1 year...
===================================================================

If DateRegistered < DateAdd("y", -1, Now) Then
    ...
End If

===================================================================
>FTF> Can anybody tell me where to find specific information on converting
>FTF> dates for use in ASP?
>
>the vbscript docs??
>
>http://download.microsoft.com/download/winscript56/Install/5.6/W982KMeXP/EN
->US/scrdoc56en.exe

===================================================================

+1
I use the VBScript documentation every day.  I would also recomment these
sites.

http://www.aspfaq.com
http://www.4guysfromrolla.com
http://www.w3schools.org/vbscript/
http://www.w3schools.org/asp

These are usually the first places I look for information that I can't find
in the documentation or for source code.

-James Wampler
james at jwampler.com





More information about the thelist mailing list