MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference page 330

Cfml language reference
Table of Contents

Advertisement

306
<LI>Built with CreateDateTime:
<LI>Built with CreateODBCDate:
<LI>Built with CreateODBCDateTime:
</UL>
</CFOUTPUT>
</CFIF>
<CFFORM ACTION="createODBCdate.cfm" METHOD="POST">
<P>Please enter the year, month and day in integer format for
the date value you would like to view:
<PRE>
Year<CFINPUT TYPE="Text" NAME="year" VALUE="1998" VALIDATE="integer"
REQUIRED="Yes">
Month<CFINPUT TYPE="Text" NAME="month" VALUE="6" RANGE="1,12"
MESSAGE="Please enter a month (1-12)" VALIDATE="integer"
REQUIRED="Yes">
Day <CFINPUT TYPE="Text" NAME="day" VALUE="8" RANGE="1,31"
MESSAGE="Please enter a day of the month (1-31)"
VALIDATE="integer" REQUIRED="Yes">
Hour<CFINPUT TYPE="Text" NAME="hour" VALUE="16" RANGE="0,23"
MESSAGE="You must enter an hour (0-23)" VALIDATE="integer"
REQUIRED="Yes">
Minute<CFINPUT TYPE="Text" NAME="minute" VALUE="12" RANGE="0,59"
MESSAGE="You must enter a minute value (0-59)" VALIDATE="integer"
REQUIRED="Yes">
Second<CFINPUT TYPE="Text" NAME="second" VALUE="0" RANGE="0,59"
MESSAGE="You must enter a value for seconds (0-59)"
VALIDATE="integer" REQUIRED="Yes">
</PRE>
<P><INPUT TYPE="Submit" NAME=""> <INPUT TYPE="RESET">
</CFFORM>
</BODY>
</HTML>
(FORM.year, FORM.month, FORM.day), "mmm-dd-yyyy")#
#DateFormat(CreateDateTime
(FORM.year, FORM.month, FORM.day, FORM.hour,
FORM.minute,FORM.second))#
#DateFormat(CreateODBCDate(yourDate), "mmmm d, yyyy")#
#DateFormat(CreateODBCDateTime(yourDate), "d/m/yy")#
CFML Language Reference

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

Questions and answers

This manual is also suitable for:

Coldfusion 4.5

Table of Contents