Hello! I'm hitting the DB for a 100 records from a MySQL DB that have a DateAdded (timestamp) column.
I'd like to find a SMART way to display the records as follows in Coldfusion, w/o hitting the database multiple times.
Today: - records..... Yesterday: - records..... Earlier This Week: - records..... Earlier This Month: - records..... Older: - records.....
Thanks for the ideas on how to get this done smartly in ColdFusion.