| How to calculate age using DOB | shinilk | 9/23/09 3:08 AM | Please help me in calculating age by DOB using Google's calculator function. It is easy to know the age in one way, ie if DOB given is 12/12/1977, then query 1977-2009= gives me age as 32, which correct at future month (Dec 2009). But I need to cal |
| Re: How to calculate age using DOB | rustybrick | 9/23/09 4:57 AM | My favorite search engine for that is Wolfram Alpha, check this out http://www.wolframalpha.com/input/?i=12%2F12%2F1977 |
| Re: How to calculate age using DOB | maplin | 10/9/09 3:20 AM | You could calculate the number of days inbetween the DOB and the current date e.g. 04/01/1938 to 08/10/2009 is 26210 days Then divide by 365.25 to give the age 26210 / 365.25 = 71.8 So the age would be 71 |