How would I edit the below if statement to include a check to see if an order not older than 30 days?

PHP Code:
<?php if ($track_num == 1) { ?>
The order date is displayed on this page as:

<td width="100px"><?php echo zen_date_short($orders['date_purchased']); ?></td>