home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Australian Personal Computer 1999 April
/
APC443.iso
/
features
/
grpware
/
coldfus
/
coldfusi.exe
/
data1.cab
/
Documentation
/
snippets
/
minute.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
|
397 b
|
26 lines
<!--- This example shows the use of Hour, Minute, and Second --->
<HTML>
<HEAD>
<TITLE>
Minute Example
</TITLE>
</HEAD>
<BODY bgcolor=silver>
<H3>Minute Example</H3>
<CFOUTPUT>
The time is currently #TimeFormat("#Now()#")#.
We are in hour #Hour("#Now()#")#, Minute #Minute("#Now()#")#
and Second #Second("#Now()#")# of the day.
</CFOUTPUT>
</BODY>
</HTML>