home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of Hour, Minute, and Second --->
-
- <HTML>
-
- <HEAD>
- <TITLE>
- Second Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>Second 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>
-