I have been working on this:
<?php
date_default_timezone_set('GMT');
#echo date("l, \t\h\e jS of F, Y");
echo date('l, \t\h\e dS \of F, Y', strtotime('-2 weekdays')); ?>
But, it comes out as :
Wednesday, the 05th of December, 2012
Is there any way of the 0 in the 05th being omitted please?