RE: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread Gryffyn, Trevor
or [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 11:58 AM > To: [EMAIL PROTECTED] > Cc: Louie Miranda > Subject: RE: [PHP] Adding +7 more days on date() value problem > > > I disagree on the strtotime recommendations that everyone > else gave. The > mk

RE: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread Gryffyn, Trevor
-- > From: M. Sokolewicz [mailto:[EMAIL PROTECTED] > Sent: Friday, September 10, 2004 4:08 PM > To: [EMAIL PROTECTED] > Subject: Re: [PHP] Adding +7 more days on date() value problem > > > Why would you do such strange things? It's a lot more simple :P > > $now =

RE: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread Vail, Warren
t; > Simple as that! > > -TG > > >>-Original Message- >>From: Louie Miranda [mailto:[EMAIL PROTECTED] >>Sent: Tuesday, July 27, 2004 11:31 PM >>To: [EMAIL PROTECTED] >>Subject: [PHP] Adding +7 more days on date() value problem >> >> >&

RE: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread Vail, Warren
-TG > -Original Message- > From: Louie Miranda [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 11:31 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Adding +7 more days on date() value problem > > > I can't figure how could i add +7 more days on the DD (Day)

RE: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread Vail, Warren
I believe this one will be off by an hour on leap day. Warren Vail -Original Message- From: M. Sokolewicz [mailto:[EMAIL PROTECTED] Sent: Friday, September 10, 2004 1:08 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] Adding +7 more days on date() value problem Why would you do such

Re: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread M. Sokolewicz
Date: $plus7"; ?> Simple as that! -TG -Original Message- From: Louie Miranda [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 27, 2004 11:31 PM To: [EMAIL PROTECTED] Subject: [PHP] Adding +7 more days on date() value problem I can't figure how could i add +7 more days on the DD (

RE: [PHP] Adding +7 more days on date() value problem

2004-09-10 Thread Gryffyn, Trevor
From: Louie Miranda [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 27, 2004 11:31 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Adding +7 more days on date() value problem > > > I can't figure how could i add +7 more days on the DD (Day) value. My > problem is, when t

Re: [PHP] Adding +7 more days on date() value problem

2004-07-27 Thread Jason Davidson
Definately check out strtotime() function, way easier than adding up the seconds of a timestamp, or breaking apart a getdate array. Jason On Wed, 28 Jul 2004 11:30:42 +0800, Louie Miranda <[EMAIL PROTECTED]> wrote: > I can't figure how could i add +7 more days on the DD (Day) value. My > problem

Re: [PHP] Adding +7 more days on date() value problem

2004-07-27 Thread Jason Wong
On Wednesday 28 July 2004 11:30, Louie Miranda wrote: > I can't figure how could i add +7 more days on the DD (Day) value. My > problem is, when the day is close on the end of the month like > > 07/29/2004 > > when i add +7 on 29 = 36, its obvious we dont have 36 on the calendar. > And im creating

Re: [PHP] Adding +7 more days on date() value problem

2004-07-27 Thread Justin Patrin
On Wed, 28 Jul 2004 11:30:42 +0800, Louie Miranda <[EMAIL PROTECTED]> wrote: > I can't figure how could i add +7 more days on the DD (Day) value. My > problem is, when the day is close on the end of the month like > > 07/29/2004 > > when i add +7 on 29 = 36, its obvious we dont have 36 on the cal

[PHP] Adding +7 more days on date() value problem

2004-07-27 Thread Louie Miranda
I can't figure how could i add +7 more days on the DD (Day) value. My problem is, when the day is close on the end of the month like 07/29/2004 when i add +7 on 29 = 36, its obvious we dont have 36 on the calendar. And im creating a program below, to explode it and maybe just add +. But i think i