home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 1999 April
/
APC443.iso
/
features
/
grpware
/
coldfus
/
coldfusi.exe
/
data1.cab
/
Documentation
/
snippets
/
now.cfm
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1998-10-08
|
395 b
|
18 lines
<!--- 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>