home *** CD-ROM | disk | FTP | other *** search
/ Computer Shopper 139 / dpcs0999.iso / Web / CFserver / data1.cab / Documentation / snippets / quarter.cfm < prev    next >
Encoding:
Text File  |  1999-04-12  |  348 b   |  21 lines

  1. <!--- This example shows the use of Quarter --->
  2.  
  3. <HTML>
  4.  
  5. <HEAD>
  6. <TITLE>
  7. Quarter Example
  8. </TITLE>
  9. </HEAD>
  10.  
  11. <BASEFONT FACE="Arial, Helvetica" SIZE=2>
  12. <BODY  bgcolor="#FFFFD5">
  13.  
  14. <H3>Quarter Example</H3>
  15.  
  16. Today, <CFOUTPUT>#DateFormat(Now())#</CFOUTPUT>,
  17. is in Quarter <CFOUTPUT>#Quarter(Now())#</CFOUTPUT>.
  18. </BODY>
  19.  
  20. </HTML>       
  21.