home *** CD-ROM | disk | FTP | other *** search
- <!--- This example shows the use of Quarter --->
-
- <HTML>
-
- <HEAD>
- <TITLE>
- Quarter Example
- </TITLE>
- </HEAD>
-
- <BASEFONT FACE="Arial, Helvetica" SIZE=2>
- <BODY bgcolor="#FFFFD5">
-
- <H3>Quarter Example</H3>
-
- Today, <CFOUTPUT>#DateFormat(Now())#</CFOUTPUT>,
- is in Quarter <CFOUTPUT>#Quarter(Now())#</CFOUTPUT>.
- </BODY>
-
- </HTML>
-