Whatever message this page gives is out now! Go check it out!
functionName([argument1[, argument2]]...)<cfoutput>#DateFormat(Now(), "mmmm d, yyyy")#</cfoutput>myCFC.setMyProp(27);
theProp = myCFC.getMyProp();<!---Setting validators for an employee's e-mail, age, and zipcode--->
<cfcomponent>
<cfproperty name="mail" validate="email">
<cfproperty name="zip" validate="zipcode">
<cfproperty name="age" validate="integer" validateparams="{min=18,max=60}"> </cfcomponent>