I am trying to do a query against the database where I have contacts that have birthdays in a date format such as (1980-03-13) (Year-Month-Date). But I would like to query my database where all birthdays within the (03) month. How is this possible?
If anyone could shed some light that would be greatly appreciated.
PS. I am using PHP to do my queries with MySQL.
UPDATE: MySQL Table CONTACTS has a (DOB field) format = (date).
if its a string