|
| |
|
|
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 ?
|
|
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
|
|
|