With the following line i get a DATE in Y-m-d format.
echo date('Y-m-d',strtotime($result["created_at"]));
Its the creation date of an account. now id like to calculate how old the account is so i can print it out like 5 Years, 5 Months as a example.
any ideas?