I just have them enter date then use IsDate() to make
sure they entered the date correctly. If you are going
to use drop boxes then you can do something like:

Request.Form("Month")&"/"&Request.Form("Day")&"/"&Request.Form("Year")

to combine the information together. 

--- Adina Rosenbaum <[EMAIL PROTECTED]> wrote:
> This might be a simple question - but I was
> wondering what is the best way
> of having the user enter a date via a form and then
> putting it in a date
> field - if  I have three seperate drop down boxes
> for day month a year? how
> do I put it together to go into one date
> field....Thank you
> 
> 
> 


---------------------------------------------------------------------    
 Home       : http://groups.yahoo.com/group/active-server-pages
---------------------------------------------------------------------
 Post       : [email protected]
 Subscribe  : [EMAIL PROTECTED]
 Unsubscribe: [EMAIL PROTECTED]
--------------------------------------------------------------------- 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/active-server-pages/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to