MACROMEDIA COLFUSION MX 7-CFML Reference page 793

Cfml reference
Hide thumbs Also See for COLFUSION MX 7-CFML:
Table of Contents

Advertisement

Quarter
Description
Calculates the quarter of the year in which a date falls.
Returns
An integer, 1–4.
Category
Date and time functions
Function syntax
Quarter(date)
See also
,
DatePart
Month
Parameters
Parameter
date
Usage
When passing a date/time value as a string, you must enclose it in quotation marks. Otherwise, it
is interpreted as a number representation of a date/time object.
Example
<h3>Quarter Example</h3>
Today, <cfoutput>#DateFormat(Now())#</cfoutput>,
is in Quarter <cfoutput>#Quarter(Now())#</cfoutput>.
Description
A date/time object in the range 100 AD–9999 AD.
Quarter
793

Advertisement

Table of Contents
loading

This manual is also suitable for:

Colfusion mx 7 - installing and using coldfusion mx

Table of Contents