RE: [PHP] date maniplations

2001-02-15 Thread Maxim Maletsky
-Original Message- From: Don [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 15, 2001 12:48 AM To: php list Subject: [PHP] date maniplations Hello, Sorry if I am confused by the date functions in the manual but I am. Here's what I want to do: I have a string in the form MM/DD/.

Re: [PHP] date maniplations

2001-02-14 Thread Ankur Verma
gt; Sent: Wednesday, February 14, 2001 9:17 PM Subject: [PHP] date maniplations > Hello, > > Sorry if I am confused by the date functions in the manual but I am. > Here's what I want to do: > > I have a string in the form MM/DD/. I wish to: > 1) convert it to a date &

RE: [PHP] date maniplations

2001-02-14 Thread Boget, Chris
> Sorry if I am confused by the date functions in the manual but I am. > Here's what I want to do: > I have a string in the form MM/DD/. I wish to: > 1) convert it to a date > 2) add $n days to it > 3) convert back to a string in the same format above > I believe I can accomplish [2] and [3]

[PHP] date maniplations

2001-02-14 Thread Don
Hello, Sorry if I am confused by the date functions in the manual but I am. Here's what I want to do: I have a string in the form MM/DD/. I wish to: 1) convert it to a date 2) add $n days to it 3) convert back to a string in the same format above I believe I can accomplish [2] and [3] with