Re: subtract 1 day
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.php archive

Re: subtract 1 day

From: Andy Jeffries <news@andyjeffries.co.uk>
Date: Mon Apr 03 2006 - 11:02:56 CEST

On Mon, 03 Apr 2006 08:59:19 +0000, meltedown wrote:
>> Try doing this instead:
>>
>> $unixtime2 = strtotime("-1 day", $unixtime);
>>
>> I couldn't see what you were doing wrong in your code from a quick
>> glance, but the above way is easier to read anyway.
>>
> Thanks that really helped a lot, five minutes to fix what I've been
> banging my head against all night.

It's always the way with coding.... Glad I could help.

> Funny thing is that code worked fine
> for a year and it still works for most dates but it hit that one date and
> didn't work right.

It's very odd. I've had another quick glance at your code and still can't
see anything obviously wrong. Never mind, you've got a solution now.

Cheers,

Andy

-- 
Andy Jeffries MBCS CITP ZCE   | gPHPEdit Lead Developer
http://www.gphpedit.org       | PHP editor for Gnome 2
http://www.andyjeffries.co.uk | Personal site and photos
Received on Mon May 1 02:47:03 2006