On Wed, Oct 22, 2003 at 06:31:21PM +0200, DvDmanDT wrote:
: 
: How would I get the age of someone if I store the birthdate in a date field?
: I just realized FLOOR((UNIX_TIMESTAMP(NOW()) -
: UNIX_TIMESTAMP(birthdate))/60/60/24/365.25)  wont work for persons born
: before 1970... :p I must get the current age in years, and I must be able to
: select by age... :p Any ideas?

Determining someone's age based on Unix timestamps was discussed earlier
this month.  Check the archives for a working function.

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to