To a certain extent, it depends on what you want to do with the date after
you create it.  If you want to use it in a query, try this:

<input type="hidden" name="date_test" value=createodbcdate(now())>

I didn't actually test this to see if it would work, but I am sure that it
will.

**************************

Can you let me know what code I would add onto a form to put in a "hidden
date". Right now I have this ...


<cfset d_date = DateFormat(Now()) >

then ....

<input type="hidden" name="date_test" value= #d_date#>

... which doesn't work .... is there a way to set the value to today ?

thanks,



-
You are subscribed to the CFUGToronto CFTALK ListSRV.
This message has been posted by: [EMAIL PROTECTED]
To Unsubscribe, Please Visit and Login to http://www.CFUGToronto.org/
Manager: Kevin Towes ([EMAIL PROTECTED]) http://www.CFUGToronto.org/
This System has been donated by Infopreneur, Inc.
(http://www.infopreneur.net)

Reply via email to