Ask a Question related to Coldfusion Database Access, Design and Development.
-
djashi #1
Coldfusion Help - CurrentDateTime()
The error I am getting is: The value "CurrentDateTime()" could not be converted
to a date. I have attached the code from the line the error was generated in
and then the code from the referrer page. Anyone have any ideas? I could use
the help. Thanks.
FROM THE FIRST PAGE
<CFINSERT datasource="#DSN#" tableName="Messages">
FROM THE SECOND PAGE
<FORM ACTION="Insert_Reply.cfm" METHOD=POST>
<INPUT TYPE="hidden" NAME="Posted" VALUE="CurrentDateTime()">
djashi Guest
-
Running ColdFusion 5.0 and ColdFusion 6.1 concurrently
Hi, this is my first post on this forum, I have tried looking but could not find a post that discussed my problem. I am wondering if it is possible... -
How to call a coldfusion function defined in other coldfusion file??
inside a.cfm, it has code fragment: <cfloop> <cfinclude template="b.cfm"> </cfloop> inside b.cfm, it has code fragment: ... -
ColdFusion MX 7.1
Installed on Server 2003, getting this error whenever the Coldfusion ODBC Server Service starts up: Event Type: Warning Event Source: Service... -
COLDFUSION ?
Someone explain this to me in English ? Wot is coldfusion realy used for ? -
Sojovi #2
Re: Coldfusion Help - CurrentDateTime()
Should be :
<CFOUTPUT>
<INPUT TYPE="hidden" NAME="Posted" VALUE="#CurrentDateTime()#">
</CFOUTPUT>
Regards
Sojovi Guest



Reply With Quote

