[PHP] How to do Date Calculation

2002-10-10 Thread Jack
Dear all I'm trying to make a script which will show the month before current month! Is there anyway i can do this? Example : CurrentPervious OctoberSeptember Thx a lot Jack [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To

Re: [PHP] How to do Date Calculation

2002-10-10 Thread Jason Wong
On Thursday 10 October 2002 18:37, Jack wrote: Dear all I'm trying to make a script which will show the month before current month! Is there anyway i can do this? Example : CurrentPervious OctoberSeptember date(F, strtotime(last month)); --

Re: [PHP] How to do Date Calculation

2002-10-10 Thread Noodle Snacks
Jason Wong [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Thursday 10 October 2002 18:37, Jack wrote: Dear all I'm trying to make a script which will show the month before current month! Is there anyway i can do this? Example : Current

Re: [PHP] How to do Date Calculation

2002-10-10 Thread Greg Macek
You could also check out this class someone wrote called Date_calc. It's a nice frontend to all sorts of date calculations you may run across. It's helping me quite a bit for my projects. http://www.phpinsider.com/php/code/Date_Calc/ On Thu, 2002-10-10 at 06:04, Noodle Snacks wrote: Jason

Re: [PHP] How to do Date Calculation

2002-10-10 Thread Aaron Gould
-[Date_Calc_Function3]; etc, etc -- Aaron Gould Web Developer Parts Canada - Original Message - From: Greg Macek [EMAIL PROTECTED] To: Noodle Snacks [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Sent: Thursday, October 10, 2002 10:29 AM Subject: Re: [PHP] How to do Date Calculation You could also