Organising Dates This is the first time i've seriously sat down to work with dates and times, i'm trying to check a DB table for any records based on a secondary key say userid then i want to take all these records and display them like so on a page:
March 2007 (0)
April 2007 (0)
June 2007 (0)
I want it to display a month from the first record record in the table for that user and the amount of records for that month up to and including the current month!
Any help as always appreciated! |