Strings Php

$birthday = 'March 10, 2010';
$whoopee_made = strtotime("$birthday - 9 months ago");
?>