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:
Text File  |  1998-10-08  |  395 b   |  18 lines

  1. <!--- This example shows Now() --->
  2. <HTML>
  3. <HEAD>
  4. <TITLE>Now Example</TITLE>
  5. </HEAD>
  6.  
  7. <BODY>
  8. <H3>Now Example</H3>
  9.  
  10. <P>Now returns the current date and time as a valid 
  11. date/time object.
  12.  
  13. <P>The current date/time value is <CFOUTPUT>#Now()#</CFOUTPUT>
  14. <P>You can also represent this as <CFOUTPUT>#DateFormat("#Now()#")#, #TimeFormat("#Now()#")#</CFOUTPUT>
  15.  
  16. </BODY>
  17. </HTML>       
  18.