try: <cfset d_date = DateFormat(Now()) ><input type="hidden" name="date_test" value="#d_date#">
============================= Mike Lau Web Developer [EMAIL PROTECTED] www.userinmind.com ============================= -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of Brian Grant Sent: Thursday, April 25, 2002 11:49 AM To: '[EMAIL PROTECTED]' Subject: [CFTALKTor] Adding a date into a form as a hidden field Hi all, 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, Brian - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: Brian Grant <[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) - You are subscribed to the CFUGToronto CFTALK ListSRV. This message has been posted by: "Mike Lau" <[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)
