|
Posted by Carl Vondrick on 07/27/06 21:46
> My knowledge is poor, but I've been reading a bit and lurking for a
> while, and I wondered if it were possible to use PHP to display the date
> for the second Saturday in the current month, or if that has passed, the
> second Saturday for NEXT month.
This should do it:
echo date('Y-m-d', strtotime('Second Saturday'));
> Thanks for any assistance.
Navigation:
[Reply to this message]
|