Here ya go:
<cfset startMonth="3">
<cfset startYear="2003">
<cfoutput>
<cfloop from="#startYear#" to="#datePart("yyyy", now())#" index="currentYear">
<cfloop from="1" to="#iif(currentYear neq datePart("yyyy", now()),
"12", "datePart('m', now())")#" index="currentMonth">
#monthAsString(currentMonth)# #currentYear#<br>
</cfloop>
</cfloop>
</cfoutput>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

