I've currently got a cut of PHP code that shows the date a user's account was created:
$user['contract_start']
For example, if I were to make a new account today and put that on a page while the account was logged in, it would come out with
2014-07-30
How can I alter this so that the code displays a string that adds exactly 10 months to the start date?