User Guide
542 CFML Language Reference
<P>Using Timeformat, we can display that date/time value
in a number of different ways:
<CFOUTPUT>
<UL>
<LI>#TimeFormat(todayDate)#
<LI>#TimeFormat(todayDate, "hh:mm:ss")#
<LI>#TimeFormat(todayDate, "hh:mm:sst")#
<LI>#TimeFormat(todayDate, "hh:mm:sstt")#
<LI>#TimeFormat(todayDate, "HH:mm:ss")#
</UL>
</CFOUTPUT>
</BODY>
</HTML>