Calculating a date interval with strtotime()
<?php $birthday = 'March 10, 2010'; $whoopee_made = strtotime("$birthday - 9 months ago"); ?>