Posted by -Lost on 07/02/06 20:31
"kenrbnsn" <kenrbnsn@gmail.com> wrote in message
news:1151816630.872688.71210@75g2000cwc.googlegroups.com...
<?php
> $today = time();
> $sec_sat = (strtotime('2nd saturday this month') >
> $today)?strtotime('2nd saturday this month'):strtotime('2nd saturday
> next month');
> echo date('l, F j, Y',$sec_sat);
> ?>
What are you testing on? My setup gives me July 15th with that code.
-Lost
Navigation:
[Reply to this message]
|