The new date is stored in a column in an mySQL database.
The problem is that I want all entries for a current month.
How do I filter these results out from my database?
For example "I want to see all the entries entered in June 2007.
I tried to get the results with a query where all results should be between 06-01 and 06-30 but no luck