navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
FrontPage Alternative
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Free FrontPage Templates

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

date functionality Questions

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> ASP and Database >> date functionality Questions
Page: [1]
 
lsfphelpls

 

Posts: 465
Joined: 3/16/2005
Status: offline

 
date functionality Questions - 7/27/2007 12:03:10   
Exist inverse for below:
[CODE]<html>
<body>

<script type="text/vbscript">

d="April 22, 2001"
if IsDate(d) then
document.write(CDate(d))
end if

</script>

</body>
</html>
[/CODE]
---------------------------------------------------
How I compare Dates below:
1) get from a form field in format mm/dd/yyyy
with
2) dates from Access db table field
or
2) dates from MySQL db table field ? I mean like

strSelection = "SELECT * FROM table WHERE date >" & datefromformfield
---------------------------------------------------
When I get dd , mm and yyyy from drop-down menus[separatelly] what functions I must use to constract a date string to be compared like WHERE STATEMENT above ?
Page:   [1]

All Forums >> Web Development >> ASP and Database >> date functionality Questions
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts