<?
$month = mktime('0', '0', '0', date('m'), '0', date('y'));
$meeting = date('D, d M Y', strtotime('fourth tuesday', $month));
echo "This month's meeting is $meeting.\n";
?>
That's the slide. :-)
Chris
=====
Become a better Web developer with the HTTP Developer's Handbook
http://httphandbook.org/