Help with coding for date removal

I have this code in a recordset table:

<?php echo date("d/m/Y", strtotime($row_Recordset2['AllAircraft_Seen Date'])); ?>

If it is blank or nothing imputed it shows date of 30/11/-0001, is there a way to only show if there is a date entered?
I am new to this so be gentle with me please.

send me this array detaills
$row_Recordset2

Sponsor our Newsletter | Privacy Policy | Terms of Service