This code:

echo strtotime("now");
echo mktime("Ymd", strtotime("now"));

is producing this result:

1101945775
Warning: mktime(): Windows does not support negative values for this 
function ...
 -1

What am I doing wrong?

Thanks again.

"John Holmes" <[EMAIL PROTECTED]> wrote in message 
news:[EMAIL PROTECTED]
> Christopher Weaver wrote:
>> I've looked at the date functions in the manual but can't find what I 
>> need. All I want to do is add and subtract days without ending up with 
>> bogus date values.  IOW, Nov. 29 + 7 days shouldn't be Nov. 36.
>>
>> Just a nod in the write direction would be great.
>
> mktime() or strtotime()
>
> -- 
>
> ---John Holmes...
>
> Amazon Wishlist: www.amazon.com/o/registry/3BEXC84AB3A5E/
>
> php|architect: The Magazine for PHP Professionals – www.phparch.com 

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to