Codice PHP:
<?php
$oggi 
date("Y-m-d");
if(
$oggi <= "2007-04-22")
{
?>
<div> quello che ti pare </div>
<?php
}
?>