gregoriangregorianisotimezone.
Uses the dayOfWeek function to determine the day of the week
<cfset date = createDate(2010, 09, 08)>
<cfset result = dayOfWeek(date)>
<cfoutput>#result#</cfoutput>
Expected Result: 4
Signup for cfbreak to stay updated on the latest news from the ColdFusion / CFML community. One email, every friday.