Ron Piggott wrote: > I see I broke a rule. The variable can't start with a number. Still > strtotime doesn't work with -18 months How would you handle this? > Ron
Uh, it works fine here:
php5 -r '$a=strtotime("-18 months"); print strftime("%Y%m%d",$a); ':
20060810
/Per Jessen, Zürich
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

