Print Page | Close Window

!!!A problem with a ASP Date - code!!!

Printed From: Web Wiz Forums
Category: General Discussion
Forum Name: Classic ASP Discussion
Forum Description: Discussion on Active Server Pages (Classic ASP).
URL: https://forums.webwiz.net/forum_posts.asp?TID=792
Printed Date: 28 March 2026 at 9:09am
Software Version: Web Wiz Forums 12.08 - https://www.webwizforums.com


Topic: !!!A problem with a ASP Date - code!!!
Posted By: bk316259
Subject: !!!A problem with a ASP Date - code!!!
Date Posted: 07 March 2003 at 4:36am

Hello,

 

I try to explain my problem in English.

 

I have an problem with my ASP code, I have been connected to a database where I have the fields “Name”, “Day”, “Month” and “Year”. No I will that the ASP-page the Name shows if the date that I inserted in the database bigger is then the current date. I show her my code, but the code doesn”t work. What is wrong?

 

<%

Dim strMydate, strDate, strDate2, strDate3, strDag, strMaand, strJaar

 

strMydate = Date()

strDate = strMydate.Day()

strDate2 = strMydate.Month()

strDate3 = strMydate.Year()

strDag = rstRepetities("Dag")

strMaand = rstRepetities("Maand")

strJaar = rstRepetities("Jaar")

 

Do while not rstRepetities.EOF

            If strDag => strDate AND strMaand => strDate2 AND strJaar => strDate3 THEN

                        response.write rstRepetities("Naam")

            End if

            rstRepetities.movenext

Loop

 

cnndb.close %>




Replies:
Posted By: justinp
Date Posted: 07 March 2003 at 4:40am

I think that your syntax for calling the date object Is wrong?

These links should help with the syntax

http://www.aspwizard.co.uk/dev_aspwizard/xkudos_aspwizard/Xkudos/Page__view.asp?bodyrecord=-1862960797&language=eng - http://www.aspwizard.co.uk/dev_aspwizard/xkudos_aspwizard/Xkudos/Page__view.asp?bodyrecord=-1862960797&language=eng
http://www.web-savant.com/users/kathi/asp/samples/tut/Date-Time.asp - http://www.web-savant.com/users/kathi/asp/samples/tut/Date-Time.asp
http://www.web-savant.com/users/kathi/asp/samples/tut/Month_Day_Year.asp - http://www.web-savant.com/users/kathi/asp/samples/tut/Month_Day_Year.asp
http://www.4guysfromrolla.com/webtech/faq/Intermediate/faq2.shtml - http://www.4guysfromrolla.com/webtech/faq/Intermediate/faq2.shtml




Print Page | Close Window

Forum Software by Web Wiz Forums® version 12.08 - https://www.webwizforums.com
Copyright ©2001-2026 Web Wiz Ltd. - https://www.webwiz.net