in reply to RE: RE: Re: Calculating a persons age based on their birthday.
in thread Calculating a persons age based on their birthday.

I don't think this code would work if the person was born before 1970.

T.R. Fullhart, kayos@kayos.org

  • Comment on RE: RE: RE: Re: Calculating a persons age based on their birthday.

Replies are listed 'Best First'.
RE: RE: RE: RE: Re: Calculating a persons age based on their birthday.
by chromatic (Archbishop) on May 03, 2000 at 23:52 UTC
    It even works if someone were born before 1900: print age(8, 9, 1866), "\n"; Result: 133. See man localtime for details.