On Thu, Oct 8, 2009 at 6:21 PM, Sean Miller <[email protected]> wrote: > $dt = date("y-m-d",strtotime("+1 days",$dt));
that will need, I think, to have another strtotime... ie...
$dt = date("y-m-d",strtotime("+1 days",strtotime($dt)));
Apologies.
Sean
--
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-uk
https://wiki.ubuntu.com/UKTeam/
