Hi,
I have a database of users with their date of births in, D/M/YYYY.
I want a search available so people can select between two ages.
I would like to know how I can search between two ages, I'm guessing it involves working out the min and max dob, ie today is 9th feb 2008, so if i wanted to show people from 0 years old to 8 years old I need to select all those that fall within the date bracket of 9/2/2000-9/2/2008, but I am stumped.
Thanks in advance
I have a database of users with their date of births in, D/M/YYYY.
I want a search available so people can select between two ages.
I would like to know how I can search between two ages, I'm guessing it involves working out the min and max dob, ie today is 9th feb 2008, so if i wanted to show people from 0 years old to 8 years old I need to select all those that fall within the date bracket of 9/2/2000-9/2/2008, but I am stumped.
Thanks in advance
Comment