><cfquery name="rs_getArticles" datasource="#your DSN">
>SELECT    *
>FROM your table
>ORDER  by articledate
>
></cfquery>
>
>the output it:
><cfoutput query="rs_getArticles">
>#DateFormat(articledate, "mmmm d, yyyy")#<br>
>#articleTitle#
>
></cfoutput>
>
For Example:

August 22, 2009

Article 1
Article 2
Article 3
Article 4

August 21, 2009

Article 1
Article 2
Article 3
Article 4 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Want to reach the ColdFusion community with something they want? Let them know 
on the House of Fusion mailing lists
Archive: 
http://www.houseoffusion.com/groups/cf-newbie/message.cfm/messageid:4753
Subscription: http://www.houseoffusion.com/groups/cf-newbie/subscribe.cfm
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.15

Reply via email to