That would be hard. I believe the database would store the member's age as dd/mm/yyyy, and quite possibly in three different fields in the database. You'd need to calculate the number of days that they had been alive, and then work out how many years that was.
But the tricky part is that you would need to cycle through each member in the database, performing that calculation. It would take forever.