Now - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

470

Now

Returns the current date and time as a valid date time object.
See also
Syntax
Now()
Examples
<!--- This example shows Now() --->
<HTML>
<HEAD>
<TITLE>Now Example</TITLE>
</HEAD>
<BODY>
<H3>Now Example</H3>
<P>Now returns the current date and time as a valid
date/time object.
<P>The current date/time value is <CFOUTPUT>#Now()#</CFOUTPUT>
<P>You can also represent this as <CFOUTPUT>#DateFormat(Now())#,
#TimeFormat(Now())#</CFOUTPUT>
</BODY>
</HTML>
CreateDateTime
and DatePart.
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